| 725 |
find_blacklist(const char *modname, const struct module_blacklist *blacklist) |
725 |
find_blacklist(const char *modname, const struct module_blacklist *blacklist) |
| 728 |
if (strcmp(blacklist->modulename, modname) == 0) |
728 |
if (strcmp(blacklist->modulename, modname) == 0) { |