Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / input / keyboard / qt1070.c
index 9b093b042bf1900ed5a99a09382a026f9468ce0a..b3db2c7d09571193aaf956bcf471c63577cf5e79 100644 (file)
@@ -234,8 +234,8 @@ static int qt1070_resume(struct device *dev)
 static DEFINE_SIMPLE_DEV_PM_OPS(qt1070_pm_ops, qt1070_suspend, qt1070_resume);
 
 static const struct i2c_device_id qt1070_id[] = {
-       { "qt1070", 0 },
-       { },
+       { "qt1070" },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, qt1070_id);