commit | 31b3ffbdfb4e4d2d2416c30fe02da3e58e37d798 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Mon Jul 09 15:11:46 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jul 09 15:13:43 2012 +0200 |
tree | b200df3189bd59494e588686033a1c03550af749 | |
parent | a232d56e48024c41c87ba884cc0a0fc98e37f5c6 [diff] [blame] |
mfd: 88pm80[05] i2c device_id arrays should be NULL terminated Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
diff --git a/drivers/mfd/88pm805.c b/drivers/mfd/88pm805.c index d93c309..d59ca6b 100644 --- a/drivers/mfd/88pm805.c +++ b/drivers/mfd/88pm805.c
@@ -33,6 +33,7 @@ static const struct i2c_device_id pm80x_id_table[] = { {"88PM805", CHIP_PM805}, + {} /* NULL terminated */ }; MODULE_DEVICE_TABLE(i2c, pm80x_id_table);