]> git.baikalelectronics.ru Git - kernel.git/commit
USB: remove err() macro
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:55:16 +0000 (14:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:55:16 +0000 (14:55 -0700)
commit996fc05a2d88f9fd4e821d2b7cc532f173d7b25d
tree68a4a9036301b8239ec2ec3eb9cd577054ba4965
parentfa293b1b2bf4b9428eb49e015e45d33e898965ad
USB: remove err() macro

I thought this had been removed years ago.  All in-kernel users of this
call have now been cleaned up and converted over to use dev_err()
instead, which is the correct thing to do.  Now that there are no users,
the macro can be removed so no one else accidentally starts to use it.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h