ChangeSet 1.2181.22.9, 2005/03/19 15:43:33-06:00, [EMAIL PROTECTED]

        Q720: fix compile warning
        
        Signed-off-by: James Bottomley <[EMAIL PROTECTED]>



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


diff -Nru a/drivers/scsi/NCR_Q720.c b/drivers/scsi/NCR_Q720.c
--- a/drivers/scsi/NCR_Q720.c   2005-03-30 16:08:17 -08:00
+++ b/drivers/scsi/NCR_Q720.c   2005-03-30 16:08:17 -08:00
@@ -225,7 +225,7 @@
 
        /* The first 1k of the memory buffer is a memory map of the registers
         */
-       mem_base = (__u32)dma_mark_declared_memory_occupied(dev, base_addr,
+       mem_base = dma_mark_declared_memory_occupied(dev, base_addr,
                                                            1024);
        if (IS_ERR(mem_base)) {
                printk("NCR_Q720 failed to reserve memory mapped region\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