git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ec1c4
)
[media] v4l: sh_vou: Fix warnings due to improper casts and printk formats
author
Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com>
Wed, 11 Dec 2013 12:33:03 +0000
(09:33 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Wed, 18 Dec 2013 12:26:19 +0000
(10:26 -0200)
Use the %zu and %pad printk specifiers to print size_t and dma_addr_t
variables. This fixes warnings on platforms where dma_addr_t has a
different size than int.
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found