diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-05-21 23:33:22 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 00:16:24 +0200 |
commit | 00ba81c15276cd572c5a68b07936de4f1ae8597a (patch) | |
tree | 94d197487bc73ac6597306c5159f9a3458630b5f /drivers/mfd/palmas.c | |
parent | bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a (diff) | |
download | talos-op-linux-00ba81c15276cd572c5a68b07936de4f1ae8597a.tar.gz talos-op-linux-00ba81c15276cd572c5a68b07936de4f1ae8597a.zip |
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/palmas.c')
-rw-r--r-- | drivers/mfd/palmas.c | 1 |
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); |