]> git.baikalelectronics.ru Git - kernel.git/commit
USB: kingsun-sir.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:50 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:50 +0000 (14:48 -0700)
commit045817596ac99f3021cef6e45120326647bab822
treef5c7e05987d6a9feb06cea71646b0e938e79ad6c
parente32e57554187f8c0d5081fefceefe15292b9b9b3
USB: kingsun-sir.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/kingsun-sir.c