mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-23 19:59:41 +00:00
reuse a string
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cd13974b20
commit
941e7a4919
@ -461,7 +461,7 @@ static int do_modprobe(struct module_entry *m)
|
||||
rc = bb_delete_module(m2->modname, O_EXCL);
|
||||
if (rc) {
|
||||
if (first) {
|
||||
bb_perror_msg("can't unload module %s",
|
||||
bb_perror_msg("can't unload module '%s'",
|
||||
humanly_readable_name(m2));
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user