Re: [PATCH] arc: fix iounmap prototype

2018-01-19 Thread Vineet Gupta
On 01/02/2018 06:23 AM, Geert Uytterhoeven wrote: Hi Arnd, On Tue, Jan 2, 2018 at 12:01 PM, Arnd Bergmann wrote: The missing 'volatile' keyword on the iounmap argument leads to lots of harmless warnings in an allmodconfig build: sound/pci/echoaudio/echoaudio.c:1879:10:

Re: [PATCH] arc: fix iounmap prototype

2018-01-19 Thread Vineet Gupta
On 01/02/2018 06:23 AM, Geert Uytterhoeven wrote: Hi Arnd, On Tue, Jan 2, 2018 at 12:01 PM, Arnd Bergmann wrote: The missing 'volatile' keyword on the iounmap argument leads to lots of harmless warnings in an allmodconfig build: sound/pci/echoaudio/echoaudio.c:1879:10: warning: passing

Re: [PATCH] arc: fix iounmap prototype

2018-01-02 Thread Geert Uytterhoeven
Hi Arnd, On Tue, Jan 2, 2018 at 12:01 PM, Arnd Bergmann wrote: > The missing 'volatile' keyword on the iounmap argument leads to lots of > harmless warnings in an allmodconfig build: > > sound/pci/echoaudio/echoaudio.c:1879:10: warning: passing argument 1 of > 'iounmap' discards

Re: [PATCH] arc: fix iounmap prototype

2018-01-02 Thread Geert Uytterhoeven
Hi Arnd, On Tue, Jan 2, 2018 at 12:01 PM, Arnd Bergmann wrote: > The missing 'volatile' keyword on the iounmap argument leads to lots of > harmless warnings in an allmodconfig build: > > sound/pci/echoaudio/echoaudio.c:1879:10: warning: passing argument 1 of > 'iounmap' discards 'volatile'