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

Commit c5431ff9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sensors: sensors_ssc: Add necessary NULL terminator to match table"

parents eed9524d 259ef0ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ static int sensors_ssc_remove(struct platform_device *pdev)
}

static const struct of_device_id msm_ssc_sensors_dt_match[] = {
	{.compatible = "qcom,msm-ssc-sensors"}
	{.compatible = "qcom,msm-ssc-sensors"},
	{},
};
MODULE_DEVICE_TABLE(of, msm_ssc_sensors_dt_match);