[media] dvb_net: Use standard debugging facilities
authorJoe Perches <joe@perches.com>
Wed, 28 Jan 2015 18:05:51 +0000 (15:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 20:24:29 +0000 (18:24 -0200)
commit5c7c0ca02f01df4345fcf6c0b60281928d3e775e
tree144f9da2af33f9e8a74abc3e038ce321e4a1a3aa
parentbe87b90f8c70bd1f28c5680a4f9f88b4ac3b0503
[media] dvb_net: Use standard debugging facilities

Convert dprintk to netdev_dbg where appropriate.
Remove dvb_net_debug module_param.
Remove __func__ from output as that can be added by dynamic_debug.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvb_net.c