drm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Wed, 4 Dec 2024 10:58:27 +0000 (11:58 +0100)
committerDouglas Anderson <dianders@chromium.org>
Fri, 13 Dec 2024 17:27:46 +0000 (09:27 -0800)
These drivers don't use the driver_data member of struct i2c_device_id,
so don't explicitly initialize this member.

This prepares putting driver_data in an anonymous union which requires
either no initialization or named designators. But it's also a nice
cleanup on its own.

While add it, also remove commas after the sentinel entries.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Liu Ying <victor.liu@nxp.com> # ite-it6263.c
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241204105827.1682632-2-u.kleine-koenig@baylibre.com
22 files changed:
drivers/gpu/drm/bridge/analogix/analogix-anx6345.c
drivers/gpu/drm/bridge/analogix/anx7625.c
drivers/gpu/drm/bridge/chrontel-ch7033.c
drivers/gpu/drm/bridge/ite-it6263.c
drivers/gpu/drm/bridge/ite-it6505.c
drivers/gpu/drm/bridge/lontium-lt8912b.c
drivers/gpu/drm/bridge/lontium-lt9611.c
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
drivers/gpu/drm/bridge/nxp-ptn3460.c
drivers/gpu/drm/bridge/sii902x.c
drivers/gpu/drm/bridge/sii9234.c
drivers/gpu/drm/bridge/sil-sii8620.c
drivers/gpu/drm/bridge/tc358767.c
drivers/gpu/drm/bridge/tc358768.c
drivers/gpu/drm/bridge/ti-dlpc3433.c
drivers/gpu/drm/bridge/ti-sn65dsi86.c
drivers/gpu/drm/bridge/ti-tfp410.c
drivers/gpu/drm/i2c/ch7006_drv.c
drivers/gpu/drm/i2c/sil164_drv.c
drivers/gpu/drm/i2c/tda9950.c
drivers/gpu/drm/i2c/tda998x_drv.c

index b754947..83d711e 100644 (file)
@@ -793,7 +793,7 @@ static void anx6345_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id anx6345_id[] = {
-       { "anx6345", 0 },
+       { "anx6345" },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(i2c, anx6345_id);
index a2675b1..3427322 100644 (file)
@@ -2795,7 +2795,7 @@ static void anx7625_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id anx7625_id[] = {
-       {"anx7625", 0},
+       { "anx7625" },
        {}
 };
 
index c83486c..da17f09 100644 (file)
@@ -597,7 +597,7 @@ static const struct of_device_id ch7033_dt_ids[] = {
 MODULE_DEVICE_TABLE(of, ch7033_dt_ids);
 
 static const struct i2c_device_id ch7033_ids[] = {
-       { "ch7033", 0 },
+       { "ch7033" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ch7033_ids);
index 3fc5c67..44af1f2 100644 (file)
@@ -897,7 +897,7 @@ static const struct of_device_id it6263_of_match[] = {
 MODULE_DEVICE_TABLE(of, it6263_of_match);
 
 static const struct i2c_device_id it6263_i2c_ids[] = {
-       { "it6263", 0 },
+       { "it6263" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, it6263_i2c_ids);
index 008d86c..0faad10 100644 (file)
@@ -3497,7 +3497,7 @@ static void it6505_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id it6505_id[] = {
-       { "it6505", 0 },
+       { "it6505" },
        { }
 };
 
index e265ab3..52da204 100644 (file)
@@ -815,8 +815,8 @@ static const struct of_device_id lt8912_dt_match[] = {
 MODULE_DEVICE_TABLE(of, lt8912_dt_match);
 
 static const struct i2c_device_id lt8912_id[] = {
-       {"lt8912", 0},
-       {},
+       { "lt8912" },
+       {}
 };
 MODULE_DEVICE_TABLE(i2c, lt8912_id);
 
index 1ffbe47..74f726e 100644 (file)
@@ -1234,7 +1234,7 @@ static void lt9611_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id lt9611_id[] = {
-       { "lontium,lt9611", 0 },
+       { "lontium,lt9611" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, lt9611_id);
index f89af82..db9a546 100644 (file)
@@ -914,7 +914,7 @@ static void lt9611uxc_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id lt9611uxc_id[] = {
-       { "lontium,lt9611uxc", 0 },
+       { "lontium,lt9611uxc" },
        { /* sentinel */ }
 };
 
index 37f1acf..a3dcee6 100644 (file)
@@ -318,8 +318,8 @@ static void stdp4028_ge_b850v3_fw_remove(struct i2c_client *stdp4028_i2c)
 }
 
 static const struct i2c_device_id stdp4028_ge_b850v3_fw_i2c_table[] = {
-       {"stdp4028_ge_fw", 0},
-       {},
+       { "stdp4028_ge_fw" },
+       {}
 };
 MODULE_DEVICE_TABLE(i2c, stdp4028_ge_b850v3_fw_i2c_table);
 
@@ -365,8 +365,8 @@ static void stdp2690_ge_b850v3_fw_remove(struct i2c_client *stdp2690_i2c)
 }
 
 static const struct i2c_device_id stdp2690_ge_b850v3_fw_i2c_table[] = {
-       {"stdp2690_ge_fw", 0},
-       {},
+       { "stdp2690_ge_fw" },
+       {}
 };
 MODULE_DEVICE_TABLE(i2c, stdp2690_ge_b850v3_fw_i2c_table);
 
index e77aab9..44e36ae 100644 (file)
@@ -319,8 +319,8 @@ static void ptn3460_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id ptn3460_i2c_table[] = {
-       {"ptn3460", 0},
-       {},
+       { "ptn3460" },
+       {}
 };
 MODULE_DEVICE_TABLE(i2c, ptn3460_i2c_table);
 
index 9be9cc5..127da22 100644 (file)
@@ -1239,8 +1239,8 @@ static const struct of_device_id sii902x_dt_ids[] = {
 MODULE_DEVICE_TABLE(of, sii902x_dt_ids);
 
 static const struct i2c_device_id sii902x_i2c_ids[] = {
-       { "sii9022", 0 },
-       { },
+       { "sii9022" },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, sii902x_i2c_ids);
 
index 0c74cdc..cd7837c 100644 (file)
@@ -945,8 +945,8 @@ static const struct of_device_id sii9234_dt_match[] = {
 MODULE_DEVICE_TABLE(of, sii9234_dt_match);
 
 static const struct i2c_device_id sii9234_id[] = {
-       { "SII9234", 0 },
-       { },
+       { "SII9234" },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, sii9234_id);
 
index 26b8d13..28a2e1e 100644 (file)
@@ -2368,8 +2368,8 @@ static const struct of_device_id sii8620_dt_match[] = {
 MODULE_DEVICE_TABLE(of, sii8620_dt_match);
 
 static const struct i2c_device_id sii8620_id[] = {
-       { "sii8620", 0 },
-       { },
+       { "sii8620" },
+       { }
 };
 
 MODULE_DEVICE_TABLE(i2c, sii8620_id);
index 7275e66..4637bf6 100644 (file)
@@ -2587,7 +2587,7 @@ static void tc_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tc358767_i2c_ids[] = {
-       { "tc358767", 0 },
+       { "tc358767" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tc358767_i2c_ids);
index 2cb748b..ec79b0d 100644 (file)
@@ -1244,8 +1244,8 @@ static const struct regmap_config tc358768_regmap_config = {
 };
 
 static const struct i2c_device_id tc358768_i2c_ids[] = {
-       { "tc358768", 0 },
-       { "tc358778", 0 },
+       { "tc358768" },
+       { "tc358778" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tc358768_i2c_ids);
index a0a1b5d..eaec70f 100644 (file)
@@ -389,7 +389,7 @@ static void dlpc3433_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id dlpc3433_id[] = {
-       { "ti,dlpc3433", 0 },
+       { "ti,dlpc3433" },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(i2c, dlpc3433_id);
index ce4c026..e4d9006 100644 (file)
@@ -1971,8 +1971,8 @@ static int ti_sn65dsi86_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id ti_sn65dsi86_id[] = {
-       { "ti,sn65dsi86", 0},
-       {},
+       { "ti,sn65dsi86" },
+       {}
 };
 MODULE_DEVICE_TABLE(i2c, ti_sn65dsi86_id);
 
index 107a2c0..79ab5da 100644 (file)
@@ -435,7 +435,7 @@ static void tfp410_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tfp410_i2c_ids[] = {
-       { "tfp410", 0 },
+       { "tfp410" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tfp410_i2c_ids);
index 131512a..fcb0fcd 100644 (file)
@@ -486,7 +486,7 @@ static int ch7006_encoder_init(struct i2c_client *client,
 }
 
 static const struct i2c_device_id ch7006_ids[] = {
-       { "ch7006", 0 },
+       { "ch7006" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ch7006_ids);
index ff23422..c17afa0 100644 (file)
@@ -413,7 +413,7 @@ sil164_encoder_init(struct i2c_client *client,
 }
 
 static const struct i2c_device_id sil164_ids[] = {
-       { "sil164", 0 },
+       { "sil164" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, sil164_ids);
index 82d618c..cbff851 100644 (file)
@@ -486,8 +486,8 @@ static void tda9950_remove(struct i2c_client *client)
 }
 
 static struct i2c_device_id tda9950_ids[] = {
-       { "tda9950", 0 },
-       { },
+       { "tda9950" },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, tda9950_ids);
 
index 2160f05..57ce77c 100644 (file)
@@ -2094,7 +2094,7 @@ MODULE_DEVICE_TABLE(of, tda998x_dt_ids);
 #endif
 
 static const struct i2c_device_id tda998x_ids[] = {
-       { "tda998x", 0 },
+       { "tda998x" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tda998x_ids);