Loading sound/core/init.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static int module_slot_match(struct module *module, int idx) #ifdef MODULE const char *s1, *s2; if (!module || !module->name || !slots[idx]) if (!module || !*module->name || !slots[idx]) return 0; s1 = module->name; Loading Loading
sound/core/init.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static int module_slot_match(struct module *module, int idx) #ifdef MODULE const char *s1, *s2; if (!module || !module->name || !slots[idx]) if (!module || !*module->name || !slots[idx]) return 0; s1 = module->name; Loading