Skip to content

Commit

Permalink
ASoC: Intel: Atom: add terminate entry for dmi_system_id tables
Browse files Browse the repository at this point in the history
Make sure dmi_system_id tables are NULL terminated.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Wei Yongjun authored and Mark Brown committed Oct 24, 2016
1 parent c3474e2 commit 4690481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/intel/atom/sst/sst_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ static const struct dmi_system_id cht_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
},
},
{ }
};


Expand Down

0 comments on commit 4690481

Please sign in to comment.