lp8727_charger: Add terminating entry for i2c_device_id table
The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
This commit is contained in:
parent
1bbe24d465
commit
455a0e2cd8
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ static int __devexit lp8727_remove(struct i2c_client *cl)
|
||||||
|
|
||||||
static const struct i2c_device_id lp8727_ids[] = {
|
static const struct i2c_device_id lp8727_ids[] = {
|
||||||
{"lp8727", 0},
|
{"lp8727", 0},
|
||||||
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct i2c_driver lp8727_driver = {
|
static struct i2c_driver lp8727_driver = {
|
||||||
|
|
Loading…
Reference in a new issue