diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_rscn.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_rscn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_rscn.c b/drivers/scsi/qla2xxx/qla_rscn.c index fb545b50fc2f..416fb7308e87 100644 --- a/drivers/scsi/qla2xxx/qla_rscn.c +++ b/drivers/scsi/qla2xxx/qla_rscn.c | |||
@@ -348,7 +348,7 @@ static inline struct mbx_entry * | |||
348 | qla2x00_get_mbx_iocb_entry(scsi_qla_host_t *ha, uint32_t handle) | 348 | qla2x00_get_mbx_iocb_entry(scsi_qla_host_t *ha, uint32_t handle) |
349 | { | 349 | { |
350 | uint16_t cnt; | 350 | uint16_t cnt; |
351 | device_reg_t __iomem *reg = ha->iobase; | 351 | struct device_reg_2xxx __iomem *reg = &ha->iobase->isp; |
352 | struct mbx_entry *mbxentry; | 352 | struct mbx_entry *mbxentry; |
353 | 353 | ||
354 | mbxentry = NULL; | 354 | mbxentry = NULL; |