Skip to content
Snippets Groups Projects
Commit 3b6004f3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: remove warn() macro from usb 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().

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4dc89948
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment