On Fri, 2005-03-11 at 14:17 +0000, Alan Cox wrote:
> Noted by James Bottomley
>
> Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
>
> --- drivers/scsi/atp870u.c.old 2005-03-11 14:14:53.015465656 +0000
> +++ drivers/scsi/atp870u.c 2005-03-11 14:15:24.950610776 +0000
> @@ -2634,7 +2634,7 @@
> if (pci_enable_device(pdev))
> return -EIO;
>
> - if (!pci_set_dma_mask(pdev, 0xFFFFFFUL)) {
> + if (!pci_set_dma_mask(pdev, 0xFFFFFFFFUL)) {
isn't it still an F short?
And... why not use the DMA_32_BIT or whatever define.. it's there for
exactly this reason :)
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html