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:
2ea1244
)
[media] rcar_vin: fix error message in rcar_vin_get_formats()
author
Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com>
Wed, 20 Aug 2014 19:12:54 +0000
(16:12 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Fri, 26 Sep 2014 09:47:43 +0000
(06:47 -0300)
The dev_err() call is supposed to output <width>x<height> in decimal but one of
the format specifiers is "%x" instead of "%u" (most probably due to a typo).
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found