commit | d8995425ff915d318b1cb63adbf856e6e4e1340e | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:25 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:25 2012 -0700 |
tree | 542ce157411953a646ec8c4a89c8d8a33f12c792 | |
parent | 77c9e125b3c88372852ce6dac068387c3048a058 [diff] |
USB: speedtch.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: Duncan Sands <duncan.sands@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>