reuse a string

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-24 04:19:56 +02:00
parent cd13974b20
commit 941e7a4919

View File

@ -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;
}