]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ehci-q.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:35 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:35 +0000 (21:33 -0700)
commit77be9b86efffcf72fcea9ae0866ec922fd148e84
tree9eab12bf3f308f618798094c7c6675c9d2c4dbdb
parent5e2bac3390651e7fa1bf05ce547982d71fe32ed3
USB: ehci-q.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/ehci-q.c