media: omap3isp: Don't use GFP_DMA
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 7 May 2018 12:41:58 +0000 (08:41 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 9 May 2018 20:38:38 +0000 (16:38 -0400)
commite280edff3308602922d623e15bae473152869eba
treea14254b1b9f72958a5398e999d7247ef2723be8c
parent170df32cadee0bc6eb6098a8cf4234ef1dc12f66
media: omap3isp: Don't use GFP_DMA

The isp stat driver allocates memory for DMA and uses GFP_DMA flag for
dev_alloc_coherent. The flag is no longer needed as the DMA mask is used
for the purpose. Remove it.

Reported-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/omap3isp/ispstat.c