From: Lucas De Marchi <[email protected]>

---
 libkmod/libkmod-config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c
index cb4cf61..24978c1 100644
--- a/libkmod/libkmod-config.c
+++ b/libkmod/libkmod-config.c
@@ -518,7 +518,7 @@ static void kmod_config_free_softdep(struct kmod_config 
*config,
 static void kcmdline_parse_result(struct kmod_config *config, char *modname,
                                                char *param, char *value)
 {
-       if (modname == NULL || param == NULL || value == NULL)
+       if (modname == NULL || param == NULL)
                return;
 
        DBG(config->ctx, "%s %s\n", modname, param);
-- 
1.8.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to