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

2015-04-24 Thread Hannes Reinecke
On 04/24/2015 11:42 AM, Christoph Hellwig wrote: >> config SCSI_ADVANSYS >> tristate "AdvanSys SCSI support" >> -depends on SCSI && VIRT_TO_BUS && !ARM >> +depends on SCSI && !ARM > > Care to remove the bogus call to dma_cache_sync and allow compiling on > arm as well? > Sure, no pr

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

2015-04-24 Thread Christoph Hellwig
> config SCSI_ADVANSYS > tristate "AdvanSys SCSI support" > - depends on SCSI && VIRT_TO_BUS && !ARM > + depends on SCSI && !ARM Care to remove the bogus call to dma_cache_sync and allow compiling on arm as well? -- To unsubscribe from this list: send the line "unsubscribe linux-scs

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

2015-04-24 Thread Hannes Reinecke
The driver has now been converted to DMA-API, so we should increase the version number and remove the compilation warning. Signed-off-by: Hannes Reinecke --- MAINTAINERS | 1 + drivers/scsi/Kconfig| 2 +- drivers/scsi/advansys.c | 25 + 3 files changed,