]> 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)
commitac7362c6c5a5d2b9d297f91363e056ae2b411f19
tree9eab12bf3f308f618798094c7c6675c9d2c4dbdb
parentb96428d2ee87f868fac9274e8178718d65652110
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