From: Sergei Shtylyov Date: Wed, 20 Aug 2014 19:12:54 +0000 (-0300) Subject: [media] rcar_vin: fix error message in rcar_vin_get_formats() X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197a47f2d51022c613bc7bf40953a0fa3497b9c5;p=pandora-kernel.git [media] rcar_vin: fix error message in rcar_vin_get_formats() The dev_err() call is supposed to output x in decimal but one of the format specifiers is "%x" instead of "%u" (most probably due to a typo). Signed-off-by: Sergei Shtylyov Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed