]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci-dbg.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:37 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:37 +0000 (21:33 -0700)
commit957a9c97b6827cc8e1c3ba1f4917cdd0ffc2ec7d
tree2c23c046eeae50ef76050d74a20d3c8f33dfe8dd
parent17bba214aee1ce0cac4339c729e52ee1ba8814f9
USB: ohci-dbg.c: remove dbg() usage

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

CC: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-dbg.c