]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/video/fbdev/udlfb.c
USB: udlfb.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 19:37:49 +0000 (12:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 19:37:49 +0000 (12:37 -0700)
commitfee5952fba478a395798c99531dc095e440a6ef0
tree2cde217de843920c9709993e1a2d95eb4349d33a
parent21f524321bde856b16fc55925282e41b4545a111
USB: udlfb.c: remove err() usage

err() was a very old USB-specific macro that I thought had
gone away.  This patch removes it from being used in the
driver and uses dev_err() instead.

CC: Bernie Thompson <bernie@plugable.com>
CC: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/udlfb.c