]> git.baikalelectronics.ru Git - kernel.git/commit
[media] c8sectpfe: Use %pad to print 'dma_addr_t'
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 18 Aug 2015 13:23:05 +0000 (10:23 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Sep 2015 16:44:29 +0000 (13:44 -0300)
commitb9c095fe871d5b5ccea0ea8250565d8f5c1d390b
tree03ffab1138ee3db459277644e0e32f5abbf2afb6
parent3d6704b5e33fd59e4c5bca90c41f5f81be666383
[media] c8sectpfe: Use %pad to print 'dma_addr_t'

Use %pad to print 'dma_addr_t' in order to fix the following
build warning:

drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c:588:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]

Reported-by: Olof's autobuilder <build@lixom.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c