commit | 1817b1692a2eab022e805d32e910f4556c89dce8 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 14 09:37:34 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 17 14:41:08 2008 -0700 |
tree | e3014e48b4bbbbbd7b0630911ea9a8ee92a2b689 | |
parent | 15d5a9acb1df1e22a7ba60aaaad758d9d71e5ea7 [diff] |
USB: remove warn() macro from usb input drivers USB should not be having it's own printk macros, so remove warn() and use the system-wide standard of dev_warn() wherever possible. In the few places that will not work out, use a basic printk(). Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>