commit | 82491c2a204494494016c6cd7b6f1bee7c3dfb77 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:35 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:35 2012 -0700 |
tree | 9eab12bf3f308f618798094c7c6675c9d2c4dbdb | |
parent | 079d440e103da3ef39b2c8451b66780aa41fd34d [diff] |
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>