Re: [PATCH 12/12] advansys: Update to version 3.5 and remove compilation warning

2014-12-04 Thread Hannes Reinecke
On 12/04/2014 10:23 AM, Christoph Hellwig wrote: >> /* FIXME: >> * >> - * 1. Although all of the necessary command mapping places have the >> - * appropriate dma_map.. APIs, the driver still processes its internal >> - * queue using bus_to_virt() and virt_to_bus() which are illegal unde

Re: [PATCH 12/12] advansys: Update to version 3.5 and remove compilation warning

2014-12-04 Thread Christoph Hellwig
> /* FIXME: > * > - * 1. Although all of the necessary command mapping places have the > - * appropriate dma_map.. APIs, the driver still processes its internal > - * queue using bus_to_virt() and virt_to_bus() which are illegal under > - * the API. The entire queue processing stru

[PATCH 12/12] advansys: Update to version 3.5 and remove compilation warning

2014-12-03 Thread Hannes Reinecke
The driver has now been converted to use the DMA-API, so update the version number and remove the compilation warning. And check for DMA mapping errors, while we're at it. Signed-off-by: Hannes Reinecke --- MAINTAINERS | 1 + drivers/scsi/advansys.c | 41 +++-