From: Jean Delvare Date: Tue, 17 Feb 2009 08:07:02 +0000 (+0100) Subject: mfd: terminate pcf50633 i2c_device_id list X-Git-Tag: v2.6.29-rc6~85^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8915e5402809ae6228e15c76417351dad752826e;p=~shefty%2Frdma-dev.git mfd: terminate pcf50633 i2c_device_id list The i2c_device_id list is supposed to be zero-terminated. Signed-off-by: Jean Delvare Cc: Balaji Rao Signed-off-by: Samuel Ortiz Signed-off-by: Andrew Morton --- diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index ea9488e7ad6..2e36057659e 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 = {