]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] exynos-gsc: change spamming try_fmt log message to debug
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 30 Sep 2016 21:16:41 +0000 (18:16 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 18:26:00 +0000 (16:26 -0200)
commitdef2cc8c4094d89db8289c51decf5a0b00569c16
tree370045e57551a14a8a06cd249eb56916b43262e2
parent0f7a55b4e09fc51413cb9175ee6e701aa6878308
[media] exynos-gsc: change spamming try_fmt log message to debug

The driver try_fmt handler prints a message each time that the image
size has been changed due the maximum and minimum width and height.

Since user-space can try different format and sizes, this logs a lot
of unnecessary messages. Change the message log level to debug and
while being there, also add a new line to the message.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/exynos-gsc/gsc-core.c