commit | 338b67b0c1a97ca705023a8189cf41aa0828d294 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 14 09:37:34 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 10:00:14 2009 -0800 |
tree | 696d1545368d9a98ff52191e995b4ee3a0e39bae | |
parent | 5aa637505fb8610cd2724b09fa0ab03fd6cdca63 [diff] |
USB: remove warn() macro from usb.h 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(). Now that all in-tree users are gone, remove the macro. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>