OSDN Git Service

USB: ohci-sa1111.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:39 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:39 +0000 (21:33 -0700)
commit3879e3049fd0f4e6de823ea531ecaf268ad607c7
tree61b0556f662ee7e44ddd31c149824ca25ec746ca
parent1f550c1a2f8ef2a1b035b0c71cd258c1f6c3602d
USB: ohci-sa1111.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-sa1111.c