Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c8eace5 authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan
Browse files

mmc: sdhci-msm: Fix compatible list termination



Compatible list should be terminated with NULL entry, fix it.

Change-Id: Id9be4fa95fd1cbbbe28a3c63b63bbd6c8c29fa85
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent 4c47f344
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3502,6 +3502,7 @@ static const struct dev_pm_ops sdhci_msm_pmops = {
#endif
static const struct of_device_id sdhci_msm_dt_match[] = {
	{.compatible = "qcom,sdhci-msm"},
	{},
};
MODULE_DEVICE_TABLE(of, sdhci_msm_dt_match);