aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index e14e04cc0a93..6bd593dc9b54 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1958,7 +1958,7 @@ static int is_dmi_valid(const char *field)
1958 if (strstr(field, dmi_blacklist[i])) 1958 if (strstr(field, dmi_blacklist[i]))
1959 return 0; 1959 return 0;
1960 i++; 1960 i++;
1961 }; 1961 }
1962 1962
1963 return 1; 1963 return 1;
1964} 1964}