diff options
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | 2014-02-26 10:15:13 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 18:18:52 +0100 |
commit | 888e639d60605d2e026b74c748d51f857004d83b (patch) | |
tree | 04771a3d2465970fda4ed1a4f0bac6e4c63170d8 /drivers | |
parent | [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and... (diff) | |
download | linux-888e639d60605d2e026b74c748d51f857004d83b.tar.xz linux-888e639d60605d2e026b74c748d51f857004d83b.zip |
[SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 7c36eb2dfae8..61d42afe1683 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -2017,7 +2017,7 @@ static struct isp_operations qla8044_isp_ops = { .beacon_on = qla82xx_beacon_on, .beacon_off = qla82xx_beacon_off, .beacon_blink = NULL, - .read_optrom = qla82xx_read_optrom_data, + .read_optrom = qla8044_read_optrom_data, .write_optrom = qla8044_write_optrom_data, .get_flash_version = qla82xx_get_flash_version, .start_scsi = qla82xx_start_scsi, |