summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-05-21 23:33:22 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-09 00:16:07 +0200
commitae85f12c66dd9982486976fce08ab9475d1c5c4e (patch)
tree3fdbd958cf7089eb351f78312d9020db1fbc7c69 /drivers/mfd
parentdae8a969d512ee15e08fbec7837b9dab1777896d (diff)
downloadlinux-ae85f12c66dd9982486976fce08ab9475d1c5c4e.tar.bz2
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 <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/palmas.c1
1 files changed, 1 insertions, 0 deletions
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);