]> 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)
commit754f6306e618a628e266fc5c069b13d01b679b86
treef53f28de757935cfc623f0bd12a313a40450288c
parent0d981874f53b66860700c0e8a3f426bb869597ef
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