Re: [PATCH 4/4] mpt2sas: annotate ioc->reply_post_host_index as __iomem

2014-06-02 Thread Christoph Hellwig
On Mon, Jun 02, 2014 at 10:38:32AM -0400, Joe Lawrence wrote: > The MPT2SAS_ADAPTER reply_post_host_index[] holds calculated addresses > in memory mapped register space. Add an "__iomem" annotation to silence > the following sparse warnings: Looks good, Reviewed-by: Christoph Hellwig -- To unsu

[PATCH 4/4] mpt2sas: annotate ioc->reply_post_host_index as __iomem

2014-06-02 Thread Joe Lawrence
The MPT2SAS_ADAPTER reply_post_host_index[] holds calculated addresses in memory mapped register space. Add an "__iomem" annotation to silence the following sparse warnings: drivers/scsi/mpt2sas/mpt2sas_base.c:1006:43: warning: incorrect type in argument 2 (different address spaces)