[media] cx24120: Tidy up calls to dev_dbg
authorJemma Denson <jdenson@gmail.com>
Fri, 8 May 2015 19:34:31 +0000 (16:34 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 18 May 2015 20:45:34 +0000 (17:45 -0300)
commit2f3f07fbe28c245bc4a86c735664d57a6e3b197d
tree8dfdf9929def07d7d9e41f316b40c9af07e08725
parent3b5eb504fe7efc0637f43f6a641ee6e163800f98
[media] cx24120: Tidy up calls to dev_dbg

Remove __func__ from calls to dev_dbg as dynamic debug can add in
the function name anyway.
Remove debug call in dvbv3 read_signal_strength as userspace has
this value anyway.
Reword some strings to make them simpler / more obvious.

Signed-off-by: Jemma Denson <jdenson@gmail.com>
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/cx24120.c