commit | 6cc203d77eb4a29a148ec598048ab1b97e83160c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:32:55 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 01 21:32:55 2012 -0700 |
tree | efcf7b127e10d0a39b6eef9594fe2822130ea8ec | |
parent | f576125dc872f28da2f89c29bfc73ec0ff02f7d9 [diff] |
USB: hid-core.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: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>