aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pcf50633-core.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-02-17 09:07:02 +0100
committerSamuel Ortiz <samuel@sortiz.org>2009-02-17 09:07:02 +0100
commit8915e5402809ae6228e15c76417351dad752826e (patch)
tree44664f48d8458a47f089f16d4a1959e994e61127 /drivers/mfd/pcf50633-core.c
parentmfd: Ensure all WM8350 IRQs are masked at startup (diff)
downloadlinux-dev-8915e5402809ae6228e15c76417351dad752826e.tar.xz
linux-dev-8915e5402809ae6228e15c76417351dad752826e.zip
mfd: terminate pcf50633 i2c_device_id list
The i2c_device_id list is supposed to be zero-terminated. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Balaji Rao <balajirrao@openmoko.org> Signed-off-by: Samuel Ortiz <sameo@openedhand.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/mfd/pcf50633-core.c')
-rw-r--r--drivers/mfd/pcf50633-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index ea9488e7ad6d..2e36057659e1 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -678,6 +678,7 @@ static int __devexit pcf50633_remove(struct i2c_client *client)
static struct i2c_device_id pcf50633_id_table[] = {
{"pcf50633", 0x73},
+ {/* end of list */}
};
static struct i2c_driver pcf50633_driver = {