usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
commitf2ec522e78ef5cdc12d1dbecf254cdf31eb2b6d3
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:51 +0000 (28 01:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 19:32:03 +0000 (30 12:32 -0700)
tree5ddd2b74daf00319b9cf118032292b6bdf6ab619
parentb472b8e22f9f9bc88dc73017d61609684289fb13
usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>(

dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c