USB: catc.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 19:37:47 +0000 (12:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 19:37:47 +0000 (12:37 -0700)
commit50c627c9c39f38c2c2f50b8b24c86d47324d28c1
treec57c32fd60d59144d5b2a2c8c14ae6ffff7b7af8
parent729be47735638c3441f67d8c7e99c20f6086e5df
USB: catc.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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/catc.c