tree d791f0602130c377f47792c3f51bf782834f1366
parent b35c67a46b025e8dc320b59fbe5c283094e1d7f5
author Linus Torvalds <[EMAIL PROTECTED]> Wed, 27 Jul 2005 04:50:02 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Wed, 27 Jul 2005 04:50:02 -0700

Fix compiler warning in qla_iocb.c

Remove bogus initialization that was re-done (correctly) later.

 drivers/scsi/qla2xxx/qla_iocb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qla2xxx/qla_iocb.c b/drivers/scsi/qla2xxx/qla_iocb.c
--- a/drivers/scsi/qla2xxx/qla_iocb.c
+++ b/drivers/scsi/qla2xxx/qla_iocb.c
@@ -748,7 +748,7 @@ qla24xx_start_scsi(srb_t *sp)
        uint16_t        cnt;
        uint16_t        req_cnt;
        uint16_t        tot_dsds;
-       struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
+       struct device_reg_24xx __iomem *reg;
        char            tag[2];
 
        /* Setup device pointers. */
-
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