]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
USB: usb_wwan.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 23:54:01 +0000 (16:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 23:54:01 +0000 (16:54 -0700)
commit3a1c2a82204f5376f484d82cb18189afc2145c77
tree4fd51ebd189581fdb42f9e6260b327c571a57cbc
parent461863df3c8d4402495684eff9c11cc7e3f8aaea
USB: usb_wwan.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: Rusty Russell <rusty@rustcorp.com.au>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
CC: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/usb_wwan.c