ChangeSet 1.2181.22.2, 2005/03/19 14:45:29-06:00, [EMAIL PROTECTED]

        atp870u DMA mask fix
        
        From: Alan Cox <[EMAIL PROTECTED]>
        Noted by James Bottomley
        
        Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
        Signed-off-by: James Bottomley <[EMAIL PROTECTED]>



 atp870u.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c
--- a/drivers/scsi/atp870u.c    2005-03-30 16:06:47 -08:00
+++ b/drivers/scsi/atp870u.c    2005-03-30 16:06:47 -08:00
@@ -2630,7 +2630,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 bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to