From: Saurav Kashyap Date: Wed, 26 Feb 2014 09:15:13 +0000 (-0500) Subject: [SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=888e639d60605d2e026b74c748d51f857004d83b;p=deliverable%2Flinux.git [SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044. Signed-off-by: Giridhar Malavali Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- 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,