]> git.baikalelectronics.ru Git - kernel.git/commit
video: udlfb: Switch from the pr_*() to the dev_*() logging functions
authorLadislav Michl <ladis@linux-mips.org>
Tue, 16 Jan 2018 15:35:20 +0000 (16:35 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 16 Jan 2018 15:35:20 +0000 (16:35 +0100)
commit53e4fa70fa2675455328ae29c4b28fc37aa8164f
tree7f5329b52b6b230b0f0000eefd62c5bcfa750ecb
parent7cff2c9c6efd588d7291c376e56e72061898aea2
video: udlfb: Switch from the pr_*() to the dev_*() logging functions

Use dev_err() and dev_info() instead of pr_err() and pr_info().
USB device is used as argument to dev_*() functions for probe
and urb manipulation, FB device for framebuffer related info.

Also noisy device probe output was partly removed as idVendor,
idProduct, name and serial are already printed by usb core,
and partly turned into debug output.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Cc: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/udlfb.c