aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/stw481x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/stw481x.c')
-rw-r--r--drivers/mfd/stw481x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/stw481x.c b/drivers/mfd/stw481x.c
index f35c3af680dd..5ed64d53c23d 100644
--- a/drivers/mfd/stw481x.c
+++ b/drivers/mfd/stw481x.c
@@ -222,8 +222,8 @@ static int stw481x_probe(struct i2c_client *client)
* the structure of the I2C core.
*/
static const struct i2c_device_id stw481x_id[] = {
- { "stw481x", 0 },
- { },
+ { "stw481x" },
+ { }
};
MODULE_DEVICE_TABLE(i2c, stw481x_id);