linux-stable/drivers/media/pci/ngene
Daniel Scheller 6795bf6264 media: ngene: convert kernellog printing from printk() to dev_*() macros
Convert all printk() and pr_*() kernel log printing to rather use the
dev_*() macros. Not only is it discouraged to use printk() (checkpatch
even complains about that), but also this helps identifying the exact PCI
device for any printed event, and it makes almost all printing shorter
in terms of code style since there's no need to use KERN_* DEVICE_NAME
any more (dev_*() will take care of this).

Since the dprintk macro define isn't used anymore, remove it.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-06 10:48:43 -05:00
..
Kconfig media: cxd2099: move driver out of staging into dvb-frontends 2018-03-06 08:50:18 -05:00
Makefile media: cxd2099: move driver out of staging into dvb-frontends 2018-03-06 08:50:18 -05:00
ngene-cards.c media: ngene: convert kernellog printing from printk() to dev_*() macros 2018-03-06 10:48:43 -05:00
ngene-core.c media: ngene: convert kernellog printing from printk() to dev_*() macros 2018-03-06 10:48:43 -05:00
ngene-dvb.c media: ngene: convert kernellog printing from printk() to dev_*() macros 2018-03-06 10:48:43 -05:00
ngene-i2c.c media: ngene: constify i2c_algorithm structure 2017-07-20 14:59:58 -04:00
ngene.h media: ngene: adapt cxd2099 attach to the new i2c_client way 2018-03-06 08:48:59 -05:00