projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b23c5
)
[SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.
author
Saurav Kashyap
<saurav.kashyap@qlogic.com>
Wed, 26 Feb 2014 09:15:13 +0000
(
04:15
-0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:18:52 +0000
(10:18 -0700)
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>
drivers/scsi/qla2xxx/qla_os.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_os.c
b/drivers/scsi/qla2xxx/qla_os.c
index 7c36eb2dfae8712f6e40d53d700fcde6ff553e40..61d42afe168333da2aaef8d77a8ff5aa33c8dc80 100644
(file)
--- 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 = qla8
2xx
_read_optrom_data,
+ .read_optrom = qla8
044
_read_optrom_data,
.write_optrom = qla8044_write_optrom_data,
.get_flash_version = qla82xx_get_flash_version,
.start_scsi = qla82xx_start_scsi,