From: Axel Lin Date: Mon, 21 May 2012 15:33:22 +0000 (+0800) Subject: mfd: Add terminating entry for i2c_device_id palmas table X-Git-Tag: firefly_0821_release~3680^2~2477^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00ba81c15276cd572c5a68b07936de4f1ae8597a;p=firefly-linux-kernel-4.4.55.git mfd: Add terminating entry for i2c_device_id palmas table The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c index 00c0aba7eba0..5d896b352284 100644 --- a/drivers/mfd/palmas.c +++ b/drivers/mfd/palmas.c @@ -472,6 +472,7 @@ static const struct i2c_device_id palmas_i2c_id[] = { { "twl6035", }, { "twl6037", }, { "tps65913", }, + { /* end */ } }; MODULE_DEVICE_TABLE(i2c, palmas_i2c_id);