Re: [PATCH 1/2] media: platform: fsl-viu: add __iomem annotations

2018-04-06 Thread Mauro Carvalho Chehab
Em Fri, 6 Apr 2018 16:23:18 +0200 Arnd Bergmann escreveu: > This avoids countless sparse warnings like > >drivers/media/platform/fsl-viu.c:1081:25: sparse: incorrect type in > argument 2 (different address spaces) >drivers/media/platform/fsl-viu.c:1082:25: sparse:

[PATCH 1/2] media: platform: fsl-viu: add __iomem annotations

2018-04-06 Thread Arnd Bergmann
This avoids countless sparse warnings like drivers/media/platform/fsl-viu.c:1081:25: sparse: incorrect type in argument 2 (different address spaces) drivers/media/platform/fsl-viu.c:1082:25: sparse: incorrect type in argument 2 (different address spaces) Signed-off-by: Arnd Bergmann