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)) {
printk(KERN_INFO "atp870u: use 32bit DMA mask.\n");
} else {
printk(KERN_ERR "atp870u: DMA mask required but not
available.\n");
-
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