Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8915e540 authored by Jean Delvare's avatar Jean Delvare Committed by Samuel Ortiz
Browse files

mfd: terminate pcf50633 i2c_device_id list



The i2c_device_id list is supposed to be zero-terminated.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Cc: Balaji Rao <balajirrao@openmoko.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@openedhand.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 2f161f44
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -678,6 +678,7 @@ static int __devexit pcf50633_remove(struct i2c_client *client)


static struct i2c_device_id pcf50633_id_table[] = {
static struct i2c_device_id pcf50633_id_table[] = {
	{"pcf50633", 0x73},
	{"pcf50633", 0x73},
	{/* end of list */}
};
};


static struct i2c_driver pcf50633_driver = {
static struct i2c_driver pcf50633_driver = {