]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: ipw.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:16 +0000 (17:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:16 +0000 (17:18 -0700)
commit2fe5388bd71cf639ee88b7b36d29e0167e56e849
treecd8bb392f0653299c487287eaac4b8a3b2bb8db9
parent58763d58d8d2284ffd7d6a2ccad79f854bb09f2a
USB: serial: ipw.c: remove dbg() usage

dbg() was a very old USB-serial-specific macro.
This patch removes it from being used in the
driver and uses dev_dbg() instead.

CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
CC: "Bjørn Mork" <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ipw.c