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

Commit ae85f12c authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz
Browse files

mfd: Add terminating entry for i2c_device_id palmas table



The i2c_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent dae8a969
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ static const struct i2c_device_id palmas_i2c_id[] = {
	{ "twl6035", },
	{ "twl6037", },
	{ "tps65913", },
	{ /* end */ }
};
MODULE_DEVICE_TABLE(i2c, palmas_i2c_id);