Skip to content

Commit

Permalink
Fix compiler warning in qla_iocb.c
Browse files Browse the repository at this point in the history
Remove bogus initialization that was re-done (correctly) later.
  • Loading branch information
Linus Torvalds committed Jul 26, 2005
1 parent b35c67a commit db776a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_iocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit db776a1

Please sign in to comment.