]> git.baikalelectronics.ru Git - kernel.git/commit
media: tvp5150: make debug output more readable
authorMarco Felsch <m.felsch@pengutronix.de>
Thu, 12 Mar 2020 10:31:56 +0000 (11:31 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 12 Mar 2020 15:42:40 +0000 (16:42 +0100)
commitd2cd1d83531f095b25df081920b8b8af7a4dfc69
tree6622cae612e588fecce289c48d820bb3085da413
parent943d609d8ad31b4d5bd79decc9dc6c5b2b020ba4
media: tvp5150: make debug output more readable

The debug output for tvp5150_selmux() isn't really intuitive. Register
values are printed decimal formatted and the input/output driver states
are printed as enum. Even more the "normal" output enum mapps to zero so
a active output will printing output=0 and a inactive output=1.

Change this by brinting the register values hex formatted and the states
as more readable string.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/tvp5150.c