public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power_supply: lp8727_charger: Add terminating entry for i2c_device_id table
@ 2012-01-16  5:48 Axel Lin
  2012-01-17  0:33 ` Kim, Milo
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2012-01-16  5:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Milo(Woogyom) Kim, Daniel Jeong, Anton Vorontsov

The i2c_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/power/lp8727_charger.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/power/lp8727_charger.c b/drivers/power/lp8727_charger.c
index b15b575..c53dd12 100644
--- a/drivers/power/lp8727_charger.c
+++ b/drivers/power/lp8727_charger.c
@@ -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 = {
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-01 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16  5:48 [PATCH] power_supply: lp8727_charger: Add terminating entry for i2c_device_id table Axel Lin
2012-01-17  0:33 ` Kim, Milo
2012-02-01 17:34   ` Anton Vorontsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox