commit | 8fb6321b6bd9ebcc03243f27fe98e18e246a5c97 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:12 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:33:12 2012 -0700 |
tree | 1b2896fbd76ed37a5a8c84aedf86fa7f77708514 | |
parent | eeba1ae13cbddc6e9cbc4adcd0d9fd686ba09f5f [diff] |
USB: aiptek.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: Dmitry Torokhov <dmitry.torokhov@gmail.com> CC: Jesper Juhl <jj@chaosbits.net> CC: JJ Ding <dgdunix@gmail.com> CC: Edwin van Vliet <edwin@cheatah.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>