[PATCH resend] rcar_vin: fix error message in rcar_vin_get_formats()

2014-08-20 Thread Sergei Shtylyov
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 --- The patch is against the 'media_tree.git' repo's 'fixes' branch. Resending with Mauro's current address (again)... d

[PATCH resend] rcar_vin: fix error message in rcar_vin_get_formats()

2014-08-20 Thread Sergei Shtylyov
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 --- The patch is against the 'media_tree.git' repo's 'fixes' branch. Resending with Mauro's current address... drivers/m