]> git.baikalelectronics.ru Git - kernel.git/commit
USB: at76c50x-usb.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:52 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:52 +0000 (14:48 -0700)
commit584a8285e204f00048926579812f1a157f47b213
treef53f28de757935cfc623f0bd12a313a40450288c
parent78ca8c5390396495369de9fe331608c4b0df1104
USB: at76c50x-usb.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: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/at76c50x-usb.c