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)
commit24c0328663623e1d10d7cc325f742b8d93b177ea
treef53f28de757935cfc623f0bd12a313a40450288c
parent46267f4caa5fdf546a94b99b4c53c9424d2d4291
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