From f69b01c5ce4f8ecc95605e4115d653e65c2e4dcc Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 5 Dec 2012 20:59:00 +0800 Subject: mfd: tps80031: Add terminating entry for tps80031_id_table The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin Acked-by: Laxman Dewangan Signed-off-by: Samuel Ortiz --- drivers/mfd/tps80031.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mfd/tps80031.c') diff --git a/drivers/mfd/tps80031.c b/drivers/mfd/tps80031.c index f64005efa6fa..10b51f7dfff3 100644 --- a/drivers/mfd/tps80031.c +++ b/drivers/mfd/tps80031.c @@ -543,6 +543,7 @@ static int __devexit tps80031_remove(struct i2c_client *client) static const struct i2c_device_id tps80031_id_table[] = { { "tps80031", TPS80031 }, { "tps80032", TPS80032 }, + { } }; MODULE_DEVICE_TABLE(i2c, tps80031_id_table); -- cgit v1.2.3-55-g7522