Skip to content

Commit

Permalink
ASoC: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
sound/soc/soc-core.c:1961:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 98faf43 ("ASoC: Drop invalid DMI fields when setting card long name from DMI info")
CC: Mengdong Lin <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Wu Fengguang authored and broonie committed Jun 30, 2017
1 parent 8cffb50 commit 46b5a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ static int is_dmi_valid(const char *field)
if (strstr(field, dmi_blacklist[i]))
return 0;
i++;
};
}

return 1;
}
Expand Down

0 comments on commit 46b5a4d

Please sign in to comment.