]> git.baikalelectronics.ru Git - kernel.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)
commit577bb9259d218e50c4c93a0d2cccb1f46d8d2dd1
tree370045e57551a14a8a06cd249eb56916b43262e2
parent92d4fbc183f6757766d0fc1b091ff19f27f6731a
[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