HID: remove info() macro from usb HID drivers
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 11 Oct 2008 22:14:23 +0000 (00:14 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 14 Oct 2008 21:51:03 +0000 (23:51 +0200)
USB should not be having it's own printk macros, so remove info() and
use the system-wide standard of dev_info() wherever possible.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found