commit | c4f0bbcd1d53dc40e2ac56f2ab116f9ba612a8ee | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:32:59 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:32:59 2012 -0700 |
tree | abe44af495890c0fa8e949f2c310dd5313efdae5 | |
parent | 6cc203d77eb4a29a148ec598048ab1b97e83160c [diff] |
USB: xpad.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: "Magnus Hörlin" <magnus@alefors.se> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>