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

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

Merge "input: sensors: add null terminator in dt match table"

parents e849bbed 7b8cf16a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2675,6 +2675,7 @@ MODULE_DEVICE_TABLE(i2c, apds993x_id);
static struct of_device_id apds993X_match_table[] = {
	{ .compatible = "avago,apds9930",},
	{ .compatible = "avago,apds9900",},
	{ },
};

static const struct dev_pm_ops apds993x_pm_ops = {