diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index e14e04cc0a9300ee4514fd0786c1397f6948a507..6bd593dc9b549a3b4758081ee74e555501f4fd8b 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) if (strstr(field, dmi_blacklist[i])) return 0; i++; - }; + } return 1; }