]> git.baikalelectronics.ru Git - kernel.git/commit
USB: navman.c: remove dbg() tracing calls
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:35 +0000 (16:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:44:35 +0000 (16:44 -0700)
commit399e6b30a8b62fd02207e52f6e4d732c9a0c8b91
tree216110161c3b74ba8d51b6bf078220ced23f61b4
parent7881800ca6dc65a2015e31b52c15b7ed0609e208
USB: navman.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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/navman.c