mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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:
parent
759f363426
commit
f45ba776da
11 changed files with 41 additions and 39 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue