Re: [PATCH v2 02/10] qla2xxx: Include ATIO queue in firmware dump when in target mode

2016-12-23 Thread Madhani, Himanshu
On 12/23/16, 12:32 AM, "Bart Van Assche" wrote: >Sparse reports this because the atio_q_in pointer is declared as uint32_t >__iomem*. >Does this perhaps mean that a readl() call is missing? Ack. Will fix in revised series.

Re: [PATCH v2 02/10] qla2xxx: Include ATIO queue in firmware dump when in target mode

2016-12-23 Thread Bart Van Assche
On Wed, 2016-12-21 at 13:57 -0800, Himanshu Madhani wrote: > @@ -676,6 +688,18 @@ static inline void (*qla27xx_read_vector(uint > width))(void __iomem*, void *, ulo > count++; > } > } > + } else if (QLA_TGT_MODE_ENABLED() && >

[PATCH v2 02/10] qla2xxx: Include ATIO queue in firmware dump when in target mode

2016-12-21 Thread Himanshu Madhani
Include ATIO queue for ISP27XX when firmware dump is collected for target mode. Signed-off-by: Himanshu Madhani Signed-off-by: Giridhar Malavali --- drivers/scsi/qla2xxx/qla_tmpl.c | 24 1 file changed, 24