[PATCH 3/4] [SCSI] qlogicfas: don't call free_dma()

Christoph Hellwig hch at infradead.org
Wed Jun 11 05:17:41 PDT 2014


On Thu, Jun 05, 2014 at 11:29:48PM +0200, Arnd Bergmann wrote:
> The qlogicfas scsi driver does not use DMA, and the call to free_dma()
> in its exit function seems to have been copied incorrectly from
> another driver but never caused trouble.
> 
> One case where it gets in the way is randconfig builds on ARM,
> which depending on the configuration does not provide a free_dma()
> function, causing this build error:

Looks good,

Reviewed-by: Christoph Hellwig <hch at lst.de>



More information about the linux-arm-kernel mailing list