USB: Convert concatenated __FILE__ to %s, __FILE__
Reduces string space a bit Neaten a macro redefine of dbg Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
759f363426
commit
f45ba776da
@@ -798,7 +798,7 @@ static int __init ld_usb_init(void)
|
||||
/* register this driver with the USB subsystem */
|
||||
retval = usb_register(&ld_usb_driver);
|
||||
if (retval)
|
||||
err("usb_register failed for the "__FILE__" driver. Error number %d\n", retval);
|
||||
err("usb_register failed for the %s driver. Error number %d\n", __FILE__, retval);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user