]> git.baikalelectronics.ru Git - kernel.git/commit
USB: stir4200.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:51 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:51 +0000 (14:48 -0700)
commit78ca8c5390396495369de9fe331608c4b0df1104
treee8422e30c6b163a4f44f9f8a5d3c085ac8069112
parent1bc29ff022d656e407a132776ef8c60422cdc882
USB: stir4200.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: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/irda/stir4200.c