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

Commit 455a0e2c authored by Axel Lin's avatar Axel Lin Committed by Anton Vorontsov
Browse files

lp8727_charger: Add terminating entry for i2c_device_id table



The i2c_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMilo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent 1bbe24d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -464,6 +464,7 @@ static int __devexit lp8727_remove(struct i2c_client *cl)

static const struct i2c_device_id lp8727_ids[] = {
	{"lp8727", 0},
	{ }
};

static struct i2c_driver lp8727_driver = {