Skip to content

Commit

Permalink
video: udlfb: Switch from the pr_*() to the dev_*() logging functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ladislav Michl authored and Bartlomiej Zolnierkiewicz committed Jan 16, 2018
1 parent fa738a5 commit 5865889
Showing 1 changed file with 117 additions and 114 deletions.
Loading

0 comments on commit 5865889

Please sign in to comment.