]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usb_wwan.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:45:00 +0000 (16:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:45:00 +0000 (16:45 -0700)
commit94abcdb5491ef37fee3e81e1332928741b75a0d7
tree03cb38c51dbf5f938b713c9e3f8a1b05dfc3fb9a
parent76f9a592273dfebe60d08b79a9e85d4af80d347e
USB: usb_wwan.c: remove dbg() tracing calls

dbg() was used a lot a long time ago to trace code flow.  Now that we have
ftrace, this isn't needed at all, so remove these calls.

CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
CC: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/usb_wwan.c