Skip to content
Commit fd3f1917 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: remove err() macro from usb misc drivers



USB should not be having it's own printk macros, so remove err() and
use the system-wide standard of dev_err() 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 69a85942
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment