Commit a2d08393 authored by David S. Miller's avatar David S. Miller

drivers/scsi/qlogicisp.c:isp1020_load_paramters Kill unused local variable.

parent 83a519a5
...@@ -1695,7 +1695,6 @@ static int isp1020_load_parameters(struct Scsi_Host *host) ...@@ -1695,7 +1695,6 @@ static int isp1020_load_parameters(struct Scsi_Host *host)
u_short param[6]; u_short param[6];
#endif #endif
u_short isp_cfg1, hwrev; u_short isp_cfg1, hwrev;
unsigned long flags;
struct isp1020_hostdata *hostdata = struct isp1020_hostdata *hostdata =
(struct isp1020_hostdata *) host->hostdata; (struct isp1020_hostdata *) host->hostdata;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment