ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 2 May 2024 07:47:20 +0000 (09:47 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 3 May 2024 02:08:06 +0000 (11:08 +0900)
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.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20240502074722.1103986-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
141 files changed:
sound/soc/codecs/adau1372-i2c.c
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau1701.c
sound/soc/codecs/adau7118-i2c.c
sound/soc/codecs/adav803.c
sound/soc/codecs/ak4118.c
sound/soc/codecs/ak4535.c
sound/soc/codecs/ak4641.c
sound/soc/codecs/ak4671.c
sound/soc/codecs/cs35l32.c
sound/soc/codecs/cs35l33.c
sound/soc/codecs/cs35l34.c
sound/soc/codecs/cs35l35.c
sound/soc/codecs/cs35l36.c
sound/soc/codecs/cs35l41-i2c.c
sound/soc/codecs/cs35l45-i2c.c
sound/soc/codecs/cs35l56-i2c.c
sound/soc/codecs/cs4265.c
sound/soc/codecs/cs4270.c
sound/soc/codecs/cs4271-i2c.c
sound/soc/codecs/cs42l42-i2c.c
sound/soc/codecs/cs42l51-i2c.c
sound/soc/codecs/cs42l52.c
sound/soc/codecs/cs42l56.c
sound/soc/codecs/cs42l73.c
sound/soc/codecs/cs43130.c
sound/soc/codecs/cs4341.c
sound/soc/codecs/cs4349.c
sound/soc/codecs/cs53l30.c
sound/soc/codecs/cx2072x.c
sound/soc/codecs/da7210.c
sound/soc/codecs/da7213.c
sound/soc/codecs/da732x.c
sound/soc/codecs/da9055.c
sound/soc/codecs/es8316.c
sound/soc/codecs/es8326.c
sound/soc/codecs/es8328-i2c.c
sound/soc/codecs/isabelle.c
sound/soc/codecs/lm4857.c
sound/soc/codecs/lm49453.c
sound/soc/codecs/max9768.c
sound/soc/codecs/max98371.c
sound/soc/codecs/max98373-i2c.c
sound/soc/codecs/max98388.c
sound/soc/codecs/max98390.c
sound/soc/codecs/max9850.c
sound/soc/codecs/max98520.c
sound/soc/codecs/max9867.c
sound/soc/codecs/max9877.c
sound/soc/codecs/max98925.c
sound/soc/codecs/max98926.c
sound/soc/codecs/max98927.c
sound/soc/codecs/ml26124.c
sound/soc/codecs/mt6660.c
sound/soc/codecs/nau8325.c
sound/soc/codecs/nau8540.c
sound/soc/codecs/nau8810.c
sound/soc/codecs/nau8821.c
sound/soc/codecs/nau8822.c
sound/soc/codecs/nau8824.c
sound/soc/codecs/nau8825.c
sound/soc/codecs/pcm1681.c
sound/soc/codecs/pcm1789-i2c.c
sound/soc/codecs/pcm179x-i2c.c
sound/soc/codecs/rt1011.c
sound/soc/codecs/rt1015.c
sound/soc/codecs/rt1016.c
sound/soc/codecs/rt1019.c
sound/soc/codecs/rt1305.c
sound/soc/codecs/rt1308.c
sound/soc/codecs/rt274.c
sound/soc/codecs/rt286.c
sound/soc/codecs/rt298.c
sound/soc/codecs/rt5514.c
sound/soc/codecs/rt5616.c
sound/soc/codecs/rt5631.c
sound/soc/codecs/rt5640.c
sound/soc/codecs/rt5645.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5660.c
sound/soc/codecs/rt5663.c
sound/soc/codecs/rt5665.c
sound/soc/codecs/rt5668.c
sound/soc/codecs/rt5670.c
sound/soc/codecs/rt5682-i2c.c
sound/soc/codecs/rt5682s.c
sound/soc/codecs/sgtl5000.c
sound/soc/codecs/sma1303.c
sound/soc/codecs/src4xxx-i2c.c
sound/soc/codecs/ssm2518.c
sound/soc/codecs/ssm4567.c
sound/soc/codecs/sta32x.c
sound/soc/codecs/sta350.c
sound/soc/codecs/sta529.c
sound/soc/codecs/tas2552.c
sound/soc/codecs/tas2764.c
sound/soc/codecs/tas2770.c
sound/soc/codecs/tas2780.c
sound/soc/codecs/tas5086.c
sound/soc/codecs/tas6424.c
sound/soc/codecs/tda7419.c
sound/soc/codecs/tfa9879.c
sound/soc/codecs/tlv320aic23-i2c.c
sound/soc/codecs/ts3a227e.c
sound/soc/codecs/tscs42xx.c
sound/soc/codecs/tscs454.c
sound/soc/codecs/uda1380.c
sound/soc/codecs/wm1250-ev1.c
sound/soc/codecs/wm2000.c
sound/soc/codecs/wm2200.c
sound/soc/codecs/wm5100.c
sound/soc/codecs/wm8510.c
sound/soc/codecs/wm8523.c
sound/soc/codecs/wm8711.c
sound/soc/codecs/wm8728.c
sound/soc/codecs/wm8731-i2c.c
sound/soc/codecs/wm8737.c
sound/soc/codecs/wm8741.c
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8804-i2c.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8955.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8961.c
sound/soc/codecs/wm8962.c
sound/soc/codecs/wm8971.c
sound/soc/codecs/wm8974.c
sound/soc/codecs/wm8978.c
sound/soc/codecs/wm8983.c
sound/soc/codecs/wm8988.c
sound/soc/codecs/wm8990.c
sound/soc/codecs/wm8991.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm8995.c
sound/soc/codecs/wm8996.c
sound/soc/codecs/wm9081.c
sound/soc/codecs/wm9090.c

index 132b9e2cca59047f6c05848075dcca73500c49d5..2869325f9acedeadf0a5d0331cf1c664ac85ffe0 100644 (file)
@@ -21,7 +21,7 @@ static int adau1372_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id adau1372_i2c_ids[] = {
-       { "adau1372", 0 },
+       { "adau1372" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, adau1372_i2c_ids);
index 3582c4b968a0f667fa55524e9614ca127908e4d3..a910e252aa1265aa44fbd944f666a6f7ad16dc24 100644 (file)
@@ -1496,7 +1496,7 @@ static int adau1373_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id adau1373_i2c_id[] = {
-       { "adau1373", 0 },
+       { "adau1373" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, adau1373_i2c_id);
index d1392d9abccd25104322baa0f6eaa2458ede6d21..8bd6067df7f75ebfab93f115f74d550ef10ddbe9 100644 (file)
@@ -862,10 +862,10 @@ exit_regulators_disable:
 }
 
 static const struct i2c_device_id adau1701_i2c_id[] = {
-       { "adau1401", 0 },
-       { "adau1401a", 0 },
-       { "adau1701", 0 },
-       { "adau1702", 0 },
+       { "adau1401" },
+       { "adau1401a" },
+       { "adau1701" },
+       { "adau1702" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, adau1701_i2c_id);
index b302b28eca7c97fb2d2e7aace464f25eddaad068..f9dc8f4ef9a4e2b7dc7c5f1b13cc80fea85aab2a 100644 (file)
@@ -68,7 +68,7 @@ static const struct of_device_id adau7118_of_match[] = {
 MODULE_DEVICE_TABLE(of, adau7118_of_match);
 
 static const struct i2c_device_id adau7118_id[] = {
-       {"adau7118", 0},
+       {"adau7118"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, adau7118_id);
index 78a317947df9b090f614f2784629d7f8615208fa..8b96c41f0354c179e10c425823bb7f1430a54ae9 100644 (file)
@@ -14,7 +14,7 @@
 #include "adav80x.h"
 
 static const struct i2c_device_id adav803_id[] = {
-       { "adav803", 0 },
+       { "adav803" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, adav803_id);
index 74a10108c1d43aed60939adc26e33f72b8d18fe0..9a43235e6a11d09dbd60dffdad6bf29f404bd774 100644 (file)
@@ -396,7 +396,7 @@ MODULE_DEVICE_TABLE(of, ak4118_of_match);
 #endif
 
 static const struct i2c_device_id ak4118_id_table[] = {
-       { "ak4118", 0 },
+       { "ak4118" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, ak4118_id_table);
index 904bf91090aaadc5cbc1218beb43f1879b4779c9..aadc46a472806a8dfc9a2684bacf9b3a7e94b5dd 100644 (file)
@@ -430,7 +430,7 @@ static int ak4535_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id ak4535_i2c_id[] = {
-       { "ak4535", 0 },
+       { "ak4535" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ak4535_i2c_id);
index 5b7df2f0dd6a1a8e17ae6fcadca39b88f5bf1af1..ec33e7d73c6c2b20f7b5aa61ad0069a5755433ab 100644 (file)
@@ -619,7 +619,7 @@ static void ak4641_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id ak4641_i2c_id[] = {
-       { "ak4641", 0 },
+       { "ak4641" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ak4641_i2c_id);
index 5b849b390c2a06ecc5eb3702c8ff0192887200e5..d545aa2e0a39c5816c5c26c77e18faf66ddd23ec 100644 (file)
@@ -646,7 +646,7 @@ static int ak4671_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id ak4671_i2c_id[] = {
-       { "ak4671", 0 },
+       { "ak4671" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ak4671_i2c_id);
index d1350ffbf3bdbc2402408f0813811cdbaddced69..96555263e10b816b6179a27747513ebe7c213868 100644 (file)
@@ -558,7 +558,7 @@ MODULE_DEVICE_TABLE(of, cs35l32_of_match);
 
 
 static const struct i2c_device_id cs35l32_id[] = {
-       {"cs35l32", 0},
+       {"cs35l32"},
        {}
 };
 
index a19a2bafb37c1245e68758dfb20d547b4791be6b..b03aab147530c2ef851607fdb63918051b32fe9a 100644 (file)
@@ -1264,7 +1264,7 @@ static const struct of_device_id cs35l33_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs35l33_of_match);
 
 static const struct i2c_device_id cs35l33_id[] = {
-       {"cs35l33", 0},
+       {"cs35l33"},
        {}
 };
 
index cca59de66b73f27fa2455d4f4554120d0a4dc7ac..4c517231d765e14673617e7956acc507a249bb8c 100644 (file)
@@ -1198,7 +1198,7 @@ static const struct of_device_id cs35l34_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs35l34_of_match);
 
 static const struct i2c_device_id cs35l34_id[] = {
-       {"cs35l34", 0},
+       {"cs35l34"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cs35l34_id);
index ddb7d63213a343795769c8684f72e928245963d6..c39b3cfe95741262c4b015ec6dab09f647771598 100644 (file)
@@ -1639,7 +1639,7 @@ static const struct of_device_id cs35l35_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs35l35_of_match);
 
 static const struct i2c_device_id cs35l35_id[] = {
-       {"cs35l35", 0},
+       {"cs35l35"},
        {}
 };
 
index f5bd32e434a0bb2f4d9483caa424cf5acc4015b1..bc79990615e8047b7470e847700e24c29b474577 100644 (file)
@@ -1930,7 +1930,7 @@ static const struct of_device_id cs35l36_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs35l36_of_match);
 
 static const struct i2c_device_id cs35l36_id[] = {
-       {"cs35l36", 0},
+       {"cs35l36"},
        {}
 };
 
index a0c457c0d04b44e5c3c14e025388f03fc64e44bc..34097996b784fb435ce852e173328aac76d480f2 100644 (file)
 #include "cs35l41.h"
 
 static const struct i2c_device_id cs35l41_id_i2c[] = {
-       { "cs35l40", 0 },
-       { "cs35l41", 0 },
-       { "cs35l51", 0 },
-       { "cs35l53", 0 },
+       { "cs35l40" },
+       { "cs35l41" },
+       { "cs35l51" },
+       { "cs35l53" },
        {}
 };
 
index bc2af1ed0fe9bb478f392b94a186914052633c22..f5fc42dcc8c70c50dd1dbc9c64e21dfb7dedb295 100644 (file)
@@ -53,7 +53,7 @@ static const struct of_device_id cs35l45_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs35l45_of_match);
 
 static const struct i2c_device_id cs35l45_id_i2c[] = {
-       { "cs35l45", 0 },
+       { "cs35l45" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cs35l45_id_i2c);
index 7063c400e89615df48a04ed50262e9cf2cbeaa95..2bd2ff75cd5047a087a95bc62ffbfa82ab3c2881 100644 (file)
@@ -57,7 +57,7 @@ static void cs35l56_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id cs35l56_id_i2c[] = {
-       { "cs35l56", 0 },
+       { "cs35l56" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cs35l56_id_i2c);
index 1ed1e60d8e536893621b079492c7c47a5a1d6e15..78ffb7fa7fc5f48ce0033687705919159ae65a9c 100644 (file)
@@ -638,7 +638,7 @@ static const struct of_device_id cs4265_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs4265_of_match);
 
 static const struct i2c_device_id cs4265_id[] = {
-       { "cs4265", 0 },
+       { "cs4265" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs4265_id);
index 3bbb90c827f22b568f475223658abfe1ea0fed3e..67e92bfecb567f022aa4398e962e5c8551a3e2cc 100644 (file)
@@ -734,7 +734,7 @@ static int cs4270_i2c_probe(struct i2c_client *i2c_client)
  * cs4270_id - I2C device IDs supported by this driver
  */
 static const struct i2c_device_id cs4270_id[] = {
-       {"cs4270", 0},
+       {"cs4270"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cs4270_id);
index 89fe7d1665df15095090030a7b8f4eb4cdea9330..1d210b969173862ac03bdb489bf33d90a0702ae6 100644 (file)
@@ -23,7 +23,7 @@ static int cs4271_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id cs4271_i2c_id[] = {
-       { "cs4271", 0 },
+       { "cs4271" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs4271_i2c_id);
index 2552a1e6b82fbc93eb00c6c325fcfee4efb8d7c0..8d10f9328e02d0a3f484bff22b6075a82c9fd989 100644 (file)
@@ -78,7 +78,7 @@ static const struct acpi_device_id __maybe_unused cs42l42_acpi_match[] = {
 MODULE_DEVICE_TABLE(acpi, cs42l42_acpi_match);
 
 static const struct i2c_device_id cs42l42_id[] = {
-       {"cs42l42", 0},
+       {"cs42l42"},
        {}
 };
 
index 5ed2ef83dcdb730db79cd67c5e353adf32c58ee6..e7cc5009629782d160d295bc8f4837d8e06bbbcb 100644 (file)
@@ -14,7 +14,7 @@
 #include "cs42l51.h"
 
 static struct i2c_device_id cs42l51_i2c_id[] = {
-       {"cs42l51", 0},
+       {"cs42l51"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cs42l51_i2c_id);
index 4fc8a6ae8d92ca8f7beff11c5503f61e0be9f131..7128d4c62f5048fcde2b2ed68061564127a0ffd4 100644 (file)
@@ -1215,7 +1215,7 @@ MODULE_DEVICE_TABLE(of, cs42l52_of_match);
 
 
 static const struct i2c_device_id cs42l52_id[] = {
-       { "cs42l52", 0 },
+       { "cs42l52" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs42l52_id);
index 3e3a86dab4fccfb95c65d66471ca64ea6dc6fb85..aaa10c459b52d56f68fd3f12a7623f520876c68f 100644 (file)
@@ -1330,7 +1330,7 @@ MODULE_DEVICE_TABLE(of, cs42l56_of_match);
 
 
 static const struct i2c_device_id cs42l56_id[] = {
-       { "cs42l56", 0 },
+       { "cs42l56" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs42l56_id);
index 6ab67d196d10285d8211d11295e54317e3f7823b..21ba796a5cd935c10d2133bb2143514402b0243b 100644 (file)
@@ -1372,7 +1372,7 @@ static const struct of_device_id cs42l73_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs42l73_of_match);
 
 static const struct i2c_device_id cs42l73_id[] = {
-       {"cs42l73", 0},
+       {"cs42l73"},
        {}
 };
 
index b6d829bbe3cce26b32c36e5bb755cb3abbc80c42..be4037890fdb31bf8a4818c2fb5bca89a0e1d9ae 100644 (file)
@@ -2763,10 +2763,10 @@ MODULE_DEVICE_TABLE(acpi, cs43130_acpi_match);
 
 
 static const struct i2c_device_id cs43130_i2c_id[] = {
-       {"cs43130", 0},
-       {"cs4399", 0},
-       {"cs43131", 0},
-       {"cs43198", 0},
+       {"cs43130"},
+       {"cs4399"},
+       {"cs43131"},
+       {"cs43198"},
        {}
 };
 
index 2ceca5d0e5bf8ee72c4eaef1f388e05c64b681d4..d87aae31c51692a0672e44e9a67b51fee6bc2d53 100644 (file)
@@ -248,7 +248,7 @@ static int cs4341_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id cs4341_i2c_id[] = {
-       { "cs4341", 0 },
+       { "cs4341" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cs4341_i2c_id);
index ca8f21aa4837b8d86847a473c26165e50a643569..a134ca7228927296391f10624beda983aeb4395d 100644 (file)
@@ -361,7 +361,7 @@ static const struct of_device_id cs4349_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs4349_of_match);
 
 static const struct i2c_device_id cs4349_i2c_id[] = {
-       {"cs4349", 0},
+       {"cs4349"},
        {}
 };
 
index f4065555c36e6315ebb530e2a14e2e83a4e614c5..c0893146423b2a4e44f0b5efeeb7a8620367abf3 100644 (file)
@@ -1104,7 +1104,7 @@ static const struct of_device_id cs53l30_of_match[] = {
 MODULE_DEVICE_TABLE(of, cs53l30_of_match);
 
 static const struct i2c_device_id cs53l30_id[] = {
-       { "cs53l30", 0 },
+       { "cs53l30" },
        {}
 };
 
index f8b12808401569d9cd0d45b7341477b28774f7c4..e8e22b1a1963b2f9e22130f4d5a5918e74f4ce36 100644 (file)
@@ -1686,8 +1686,8 @@ static void cx2072x_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id cx2072x_i2c_id[] = {
-       { "cx20721", 0 },
-       { "cx20723", 0 },
+       { "cx20721" },
+       { "cx20723" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, cx2072x_i2c_id);
index 1e232d01809c4c6f4546576d4c5af5c1dd5b362c..da2d0242019e27f68584641adc8e8eb16cbbb97d 100644 (file)
@@ -1238,7 +1238,7 @@ static int da7210_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id da7210_i2c_id[] = {
-       { "da7210", 0 },
+       { "da7210" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, da7210_i2c_id);
index 369c620787800749c7599339ac4385c2d60a291a..a2b328f3b39fa2a4e510930a7f488bd386dbb835 100644 (file)
@@ -2238,7 +2238,7 @@ static const struct dev_pm_ops da7213_pm = {
 };
 
 static const struct i2c_device_id da7213_i2c_id[] = {
-       { "da7213", 0 },
+       { "da7213" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, da7213_i2c_id);
index f8ca1afa8af5f8cf4f85b0315d98cb81a600dc9e..b747f6fa12e4b756fbe4cc22b22854915d650852 100644 (file)
@@ -1546,7 +1546,7 @@ err:
 }
 
 static const struct i2c_device_id da732x_i2c_id[] = {
-       { "da7320", 0},
+       { "da7320"},
        { }
 };
 MODULE_DEVICE_TABLE(i2c, da732x_i2c_id);
index c8a34572965d3c3255fd673081a2f114bd3a4d68..8bb8fef2a1d1893ebc17ead321145140cef39cf4 100644 (file)
@@ -1511,7 +1511,7 @@ static int da9055_i2c_probe(struct i2c_client *i2c)
  * and PMIC, which must be different to operate together.
  */
 static const struct i2c_device_id da9055_i2c_id[] = {
-       { "da9055-codec", 0 },
+       { "da9055-codec" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, da9055_i2c_id);
index e53b2856d6250b7f5b2f85fcdb6f69a237aedbf0..61729e5b50a8e49626415249835812f181a0d783 100644 (file)
@@ -887,7 +887,7 @@ static int es8316_i2c_probe(struct i2c_client *i2c_client)
 }
 
 static const struct i2c_device_id es8316_i2c_id[] = {
-       {"es8316", 0 },
+       {"es8316" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, es8316_i2c_id);
index 93385f181d2cf0112a6526f81df726950ca140fc..833ea52638abb4a4ff1080ab7fcac0e0adb76a92 100644 (file)
@@ -1263,7 +1263,7 @@ static void es8326_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id es8326_i2c_id[] = {
-       {"es8326", 0 },
+       {"es8326" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, es8326_i2c_id);
index 3c4aaa0032a0ef0063af4682d73c87c35e540c25..56bfbe9261ceeaa496daac358bfd061a4a9cd0f2 100644 (file)
@@ -16,8 +16,8 @@
 #include "es8328.h"
 
 static const struct i2c_device_id es8328_id[] = {
-       { "es8328", 0 },
-       { "es8388", 0 },
+       { "es8328" },
+       { "es8388" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, es8328_id);
index f9456133a89a27da1e98ca82f16ac78da2df2673..b7a94631d77de018e53e716b9629267f8c4b543e 100644 (file)
@@ -1133,7 +1133,7 @@ static int isabelle_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id isabelle_i2c_id[] = {
-       { "isabelle", 0 },
+       { "isabelle" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, isabelle_i2c_id);
index e7542f71323d039787ac1c16d4094d06e7ea7541..26cdb750cbca62d6aa193d839792a8ab08ec11e6 100644 (file)
@@ -128,7 +128,7 @@ static int lm4857_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id lm4857_i2c_id[] = {
-       { "lm4857", 0 },
+       { "lm4857" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, lm4857_i2c_id);
index a4094689b3ddfa77bff70eb4e33da91f2404230a..ab89af7965bfc6ea11ce48cc78bcb39a595baf8b 100644 (file)
@@ -1442,7 +1442,7 @@ static int lm49453_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id lm49453_i2c_id[] = {
-       { "lm49453", 0 },
+       { "lm49453" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, lm49453_i2c_id);
index 8d0ca1be99c00aeec632491c24cdfcbab5b0cee1..e4793a5d179efced38c8f04de5e49f4cf67a17a1 100644 (file)
@@ -206,7 +206,7 @@ static int max9768_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id max9768_i2c_id[] = {
-       { "max9768", 0 },
+       { "max9768" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max9768_i2c_id);
index f0e49179c38f65b2a27fad3f65643035931fc6cb..852db211ba1e72335857af32f3ac7b0445b89acb 100644 (file)
@@ -400,7 +400,7 @@ static int max98371_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98371_i2c_id[] = {
-       { "max98371", 0 },
+       { "max98371" },
        { }
 };
 
index e7ec7875c4a9a7633b1c3b03dda8cab2161aafa5..1f7ff3dbcbbebd604ab51b8c4f8ca567387630b1 100644 (file)
@@ -578,7 +578,7 @@ static int max98373_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98373_i2c_id[] = {
-       { "max98373", 0},
+       { "max98373"},
        { },
 };
 
index 078adec29312d0cebe69f395d3302d7289b9edc8..b847d7c59ec012778e3d2f44526e96b5210ec494 100644 (file)
@@ -976,7 +976,7 @@ static int max98388_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98388_i2c_id[] = {
-       { "max98388", 0},
+       { "max98388"},
        { },
 };
 
index 5b8e78e516302ed7c4a08fd2db624077ed43c79c..57fa2db1e14899806c4572aefe4cdd5248863e66 100644 (file)
@@ -1104,7 +1104,7 @@ static int max98390_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98390_i2c_id[] = {
-       { "max98390", 0},
+       { "max98390"},
        {},
 };
 
index 8b012a85360a69a97481022b53dfb075565cb338..c395132689b4ef2e0bca6d1e9a2f3da4990b8600 100644 (file)
@@ -320,7 +320,7 @@ static int max9850_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max9850_i2c_id[] = {
-       { "max9850", 0 },
+       { "max9850" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max9850_i2c_id);
index edd05253d37c0319fdbf7204881ce7fbd2acba3b..479ded22672ecf0b9095c5da235d52917af4eaec 100644 (file)
@@ -734,7 +734,7 @@ static int max98520_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98520_i2c_id[] = {
-       { "max98520", 0},
+       { "max98520"},
        { },
 };
 
index 3b9dd158c34b954d251741bc461850af47dbf76d..50db88fce904ff674c5a1dfc676de58c0ae5c4dd 100644 (file)
@@ -684,7 +684,7 @@ static int max9867_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max9867_i2c_id[] = {
-       { "max9867", 0 },
+       { "max9867" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max9867_i2c_id);
index 2ae64fcf29c747433d787b7a0d23655457c45174..1bd0d4761ca67df94cf2a0bfdd0944129e431504 100644 (file)
@@ -151,7 +151,7 @@ static int max9877_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id max9877_i2c_id[] = {
-       { "max9877", 0 },
+       { "max9877" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max9877_i2c_id);
index a9c1d85cd0d552048b3fcf20524558d3e94dcb82..66c78051bd09896c6973f24e16d83544f252d3c3 100644 (file)
@@ -617,7 +617,7 @@ static int max98925_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98925_i2c_id[] = {
-       { "max98925", 0 },
+       { "max98925" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max98925_i2c_id);
index 922ce0dc4e609d0100357c6081f11058c9d4583c..ae962bda163ebfcd3f9c689d8137bf57e98021b0 100644 (file)
@@ -565,7 +565,7 @@ err_out:
 }
 
 static const struct i2c_device_id max98926_i2c_id[] = {
-       { "max98926", 0 },
+       { "max98926" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, max98926_i2c_id);
index 70db9d3ff5a5f46fe2e33ea92f0e0d88cd0da644..747aa6f1d54f0dea1dfba798c6cf462c026a5050 100644 (file)
@@ -875,7 +875,7 @@ static void max98927_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id max98927_i2c_id[] = {
-       { "max98927", 0},
+       { "max98927"},
        { },
 };
 
index a45ef9d65703d776376ce93dc2313735008b3272..c6585e8143a5e52c15b6ee5f470ff05976b09798 100644 (file)
@@ -572,7 +572,7 @@ static int ml26124_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id ml26124_i2c_id[] = {
-       { "ml26124", 0 },
+       { "ml26124" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ml26124_i2c_id);
index 5c50c7de26cd928717d0832543962109e78909cc..39a57f643d8146884613aca93f57227ce17ae66f 100644 (file)
@@ -559,7 +559,7 @@ static const struct of_device_id __maybe_unused mt6660_of_id[] = {
 MODULE_DEVICE_TABLE(of, mt6660_of_id);
 
 static const struct i2c_device_id mt6660_i2c_id[] = {
-       {"mt6660", 0 },
+       {"mt6660" },
        {},
 };
 MODULE_DEVICE_TABLE(i2c, mt6660_i2c_id);
index d65f731445977e8ddd649302edf8949c7f208a9f..2266f320a8f228bbfe95126c7b349537539a9f4f 100644 (file)
@@ -871,7 +871,7 @@ err:
 }
 
 static const struct i2c_device_id nau8325_i2c_ids[] = {
-       { "nau8325", 0 },
+       { "nau8325" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8325_i2c_ids);
index 22251fb2fa1f8b13eaf23fc40fc9b2bb8316b6fa..7e59448e7ac639b39929a2e64ec732c348da9e13 100644 (file)
@@ -965,7 +965,7 @@ static int nau8540_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8540_i2c_ids[] = {
-       { "nau8540", 0 },
+       { "nau8540" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8540_i2c_ids);
index 97a54059474c6677cedd12a855fd4a295956383c..dc3aaca899195da3b8ef0593fa35448b687a06f8 100644 (file)
@@ -895,9 +895,9 @@ static int nau8810_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8810_i2c_id[] = {
-       { "nau8810", 0 },
-       { "nau8812", 0 },
-       { "nau8814", 0 },
+       { "nau8810" },
+       { "nau8812" },
+       { "nau8814" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8810_i2c_id);
index 6818bbd1d3c7609a2ad4165b3e3b1b1c3134b07a..de5c4db05c8f8b6a1c7f12b23e5850aae0742cba 100644 (file)
@@ -1922,7 +1922,7 @@ static int nau8821_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8821_i2c_ids[] = {
-       { "nau8821", 0 },
+       { "nau8821" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8821_i2c_ids);
index 7199d734c79f2c4919f38b7db1f950858232dbd9..e6909e64dfa39d6d5e44e44e909c122c4b148d7a 100644 (file)
@@ -1151,7 +1151,7 @@ static int nau8822_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8822_i2c_id[] = {
-       { "nau8822", 0 },
+       { "nau8822" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8822_i2c_id);
index 704af1cf8cbf98c90f258c47496d8144f648bea1..f92b95b21cae4b44aa1d1602b5a3bf9cd38aa131 100644 (file)
@@ -2003,7 +2003,7 @@ static int nau8824_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id nau8824_i2c_ids[] = {
-       { "nau8824", 0 },
+       { "nau8824" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8824_i2c_ids);
index cd30ad649bae04fc85f358a865cd82f7fba5aa9e..bde25bc6909d55b82f7ec5c34b5571b19544c171 100644 (file)
@@ -2934,7 +2934,7 @@ static void nau8825_i2c_remove(struct i2c_client *client)
 {}
 
 static const struct i2c_device_id nau8825_i2c_ids[] = {
-       { "nau8825", 0 },
+       { "nau8825" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, nau8825_i2c_ids);
index 316ad53bc66a387a7a8be111859b1caf5f5e95b8..fc152496d5dc53dae527a537146f18a44387222c 100644 (file)
@@ -291,7 +291,7 @@ static const struct snd_soc_component_driver soc_component_dev_pcm1681 = {
 };
 
 static const struct i2c_device_id pcm1681_i2c_id[] = {
-       {"pcm1681", 0},
+       {"pcm1681"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, pcm1681_i2c_id);
index f2d0b4d21e417eb465dcc1d9318258ac84d667d3..abadf4f8ed5eeb1d3bf79d1a9a64cd84b193bbef 100644 (file)
@@ -41,7 +41,7 @@ MODULE_DEVICE_TABLE(of, pcm1789_of_match);
 #endif
 
 static const struct i2c_device_id pcm1789_i2c_ids[] = {
-       { "pcm1789", 0 },
+       { "pcm1789" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, pcm1789_i2c_ids);
index 10579681f44b0180d8b94db2f8693114b517fa3c..effc1dd6df22cbe7408c358b4e6fb14707b32933 100644 (file)
@@ -38,7 +38,7 @@ MODULE_DEVICE_TABLE(of, pcm179x_of_match);
 #endif
 
 static const struct i2c_device_id pcm179x_i2c_ids[] = {
-       { "pcm179x", 0 },
+       { "pcm179x" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, pcm179x_i2c_ids);
index d5285baad53a39d78c65e070e5fa851430ac3a64..a0e75b03e9dc9ec848828060fa0c3d80d8381429 100644 (file)
@@ -2206,7 +2206,7 @@ MODULE_DEVICE_TABLE(acpi, rt1011_acpi_match);
 #endif
 
 static const struct i2c_device_id rt1011_i2c_id[] = {
-       { "rt1011", 0 },
+       { "rt1011" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1011_i2c_id);
index 1250cfaf2adcb3323030695736751912efc64f72..0f806dde9c39c49103f1625e39ae8c2b9ef04053 100644 (file)
@@ -1097,7 +1097,7 @@ static const struct regmap_config rt1015_regmap = {
 };
 
 static const struct i2c_device_id rt1015_i2c_id[] = {
-       { "rt1015", 0 },
+       { "rt1015" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1015_i2c_id);
index 919a1f25e584dd11c633520ce4d6782324f50a85..fed4da23cba23fcf6bc9fc70f600086cad0de3a8 100644 (file)
@@ -608,7 +608,7 @@ static const struct regmap_config rt1016_regmap = {
 };
 
 static const struct i2c_device_id rt1016_i2c_id[] = {
-       { "rt1016", 0 },
+       { "rt1016" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1016_i2c_id);
index ceb8baa6a20d78f1d57e693c1ff168504495c3a1..d989d06a261479d83ea94d37ff7c6f77243a35b1 100644 (file)
@@ -540,7 +540,7 @@ static const struct regmap_config rt1019_regmap = {
 };
 
 static const struct i2c_device_id rt1019_i2c_id[] = {
-       { "rt1019", 0 },
+       { "rt1019" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1019_i2c_id);
index 80888cbcf49c9f2b0b3fe2c5950d5c16a1c911bf..c2b55be8d16537b8deb559325f4d8efaa78a8180 100644 (file)
@@ -981,8 +981,8 @@ MODULE_DEVICE_TABLE(acpi, rt1305_acpi_match);
 #endif
 
 static const struct i2c_device_id rt1305_i2c_id[] = {
-       { "rt1305", 0 },
-       { "rt1306", 0 },
+       { "rt1305" },
+       { "rt1306" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1305_i2c_id);
index 86afb429d4235460e7dccafceef43928136936aa..b366338cea7116298fc2be292216b9f0a8bbe4ca 100644 (file)
@@ -795,7 +795,7 @@ MODULE_DEVICE_TABLE(acpi, rt1308_acpi_match);
 #endif
 
 static const struct i2c_device_id rt1308_i2c_id[] = {
-       { "rt1308", 0 },
+       { "rt1308" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt1308_i2c_id);
index 6e78434842509a4713f260b5b62c95dc5b8ade8c..bd61a257d7b58c45c05bad30a3829b5b16000690 100644 (file)
@@ -1097,7 +1097,7 @@ MODULE_DEVICE_TABLE(of, rt274_of_match);
 #endif
 
 static const struct i2c_device_id rt274_i2c_id[] = {
-       {"rt274", 0},
+       {"rt274"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt274_i2c_id);
index f8994f4968c5c9b3771f1ef6706af795da925c60..d0f533120c330fb3223dfb3a4ba5e853ca0af79f 100644 (file)
@@ -1075,8 +1075,8 @@ static const struct regmap_config rt286_regmap = {
 };
 
 static const struct i2c_device_id rt286_i2c_id[] = {
-       {"rt286", 0},
-       {"rt288", 0},
+       {"rt286"},
+       {"rt288"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt286_i2c_id);
index 03d9839a5de39fb6dbc0e66dd1563129e9140f02..13aef6c5e91c45fce34ed7a17faa8ccd046e3a11 100644 (file)
@@ -1137,7 +1137,7 @@ static const struct regmap_config rt298_regmap = {
 };
 
 static const struct i2c_device_id rt298_i2c_id[] = {
-       {"rt298", 0},
+       {"rt298"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt298_i2c_id);
index a8cdc3d6994d565f7470750a4622f2bb57290f6e..2b3c0f9e178ccb44d74bf484434ca5b308df5de0 100644 (file)
@@ -1199,7 +1199,7 @@ static const struct regmap_config rt5514_regmap = {
 };
 
 static const struct i2c_device_id rt5514_i2c_id[] = {
-       { "rt5514", 0 },
+       { "rt5514" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5514_i2c_id);
index e7aa60e73961c8b40cff1c672ed50ee7411ea976..34461c4620092f3ce032cc04b2f8a760351527ce 100644 (file)
@@ -1320,7 +1320,7 @@ static const struct regmap_config rt5616_regmap = {
 };
 
 static const struct i2c_device_id rt5616_i2c_id[] = {
-       { "rt5616", 0 },
+       { "rt5616" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5616_i2c_id);
index a64e66c2d3c488168b1eb56cc771d5c9217793fc..12df0c4f2097d27ae8105102505bb3fd1c77ab49 100644 (file)
@@ -1669,8 +1669,8 @@ static const struct snd_soc_component_driver soc_component_dev_rt5631 = {
 };
 
 static const struct i2c_device_id rt5631_i2c_id[] = {
-       { "rt5631", 0 },
-       { "alc5631", 0 },
+       { "rt5631" },
+       { "alc5631" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5631_i2c_id);
index 174872ef35d25c919712ec34842c200520b78e98..16f3425a3e35c0c1cadc1258e3b994ca8592e4f5 100644 (file)
@@ -2949,9 +2949,9 @@ static const struct regmap_config rt5640_regmap = {
 };
 
 static const struct i2c_device_id rt5640_i2c_id[] = {
-       { "rt5640", 0 },
-       { "rt5639", 0 },
-       { "rt5642", 0 },
+       { "rt5640" },
+       { "rt5639" },
+       { "rt5642" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
index d0d24a53df7462cfe88d5d2457078fc1f144f22b..05f574bf8b8fbef7c40a1fdf54ba41a53a1a0015 100644 (file)
@@ -3630,8 +3630,8 @@ static const struct regmap_config temp_regmap = {
 };
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
-       { "rt5645", 0 },
-       { "rt5650", 0 },
+       { "rt5645" },
+       { "rt5650" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
index 33a34bd0b4055a0ddf6beed368b319f222b11608..00421a1f54bf5bd5250eb8eb584efc0eba19cfc8 100644 (file)
@@ -2199,7 +2199,7 @@ MODULE_DEVICE_TABLE(acpi, rt5651_acpi_match);
 #endif
 
 static const struct i2c_device_id rt5651_i2c_id[] = {
-       { "rt5651", 0 },
+       { "rt5651" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5651_i2c_id);
index fb094c0fe740f8c1165f7392010a1a85bbf664ec..a2652fa6e1d74bacc8114a37ed60fa92edab127a 100644 (file)
@@ -3815,8 +3815,8 @@ static const struct regmap_config rt5659_regmap = {
 };
 
 static const struct i2c_device_id rt5659_i2c_id[] = {
-       { "rt5658", 0 },
-       { "rt5659", 0 },
+       { "rt5658" },
+       { "rt5659" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5659_i2c_id);
index d5c2f0f2df98354588bbff64a0c67dd3f3987309..3ac41d2c279bd6ee9031bb4e8ddb486ee1b31fed 100644 (file)
@@ -1224,7 +1224,7 @@ static const struct regmap_config rt5660_regmap = {
 };
 
 static const struct i2c_device_id rt5660_i2c_id[] = {
-       { "rt5660", 0 },
+       { "rt5660" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5660_i2c_id);
index 161dcb3915f9aa7b95396b023d875f7dfe7e188e..9d32debd368956278656bf6f4190e18a57102b82 100644 (file)
@@ -3307,7 +3307,7 @@ static const struct regmap_config temp_regmap = {
 };
 
 static const struct i2c_device_id rt5663_i2c_id[] = {
-       { "rt5663", 0 },
+       { "rt5663" },
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt5663_i2c_id);
index 6f778c8f08328b5f02e156126bd78e8766bdf79a..47df14ba52784b6b746bcbaf9603fb2ee652811f 100644 (file)
@@ -4635,7 +4635,7 @@ static const struct regmap_config rt5665_regmap = {
 };
 
 static const struct i2c_device_id rt5665_i2c_id[] = {
-       {"rt5665", 0},
+       {"rt5665"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt5665_i2c_id);
index 6d8e228ccb5742b1897561d6395869f87d89208d..494ca3ce9b960da4ee14e5f015c6a338d2a022bc 100644 (file)
@@ -2378,7 +2378,7 @@ static const struct regmap_config rt5668_regmap = {
 };
 
 static const struct i2c_device_id rt5668_i2c_id[] = {
-       {"rt5668b", 0},
+       {"rt5668b"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt5668_i2c_id);
index 0e34293f3395b91abf7d2726eb17b68ec7051135..30bf96c35b582807ff3cf4accccc4ae2ef19f10c 100644 (file)
@@ -2871,9 +2871,9 @@ static const struct regmap_config rt5670_regmap = {
 };
 
 static const struct i2c_device_id rt5670_i2c_id[] = {
-       { "rt5670", 0 },
-       { "rt5671", 0 },
-       { "rt5672", 0 },
+       { "rt5670" },
+       { "rt5671" },
+       { "rt5672" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rt5670_i2c_id);
index 62f26ce9d4760451320613dad001d65d71fde4ac..ff9e14fad0cdaa388423b7c2d4af54f1745cf344 100644 (file)
@@ -318,7 +318,7 @@ static const struct acpi_device_id rt5682_acpi_match[] = {
 MODULE_DEVICE_TABLE(acpi, rt5682_acpi_match);
 
 static const struct i2c_device_id rt5682_i2c_id[] = {
-       {"rt5682", 0},
+       {"rt5682"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt5682_i2c_id);
index 12741668fdb372f12a80e42ded29555c9218b767..f50f196d700d72800ae2d222eef36a0f1a4feaf3 100644 (file)
@@ -3319,7 +3319,7 @@ static const struct acpi_device_id rt5682s_acpi_match[] = {
 MODULE_DEVICE_TABLE(acpi, rt5682s_acpi_match);
 
 static const struct i2c_device_id rt5682s_i2c_id[] = {
-       {"rt5682s", 0},
+       {"rt5682s"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, rt5682s_i2c_id);
index 2f468f41b94dbda4ee3ddb5b0b3e890e3bc780f9..7aa89e34657eafd719127e601752b5c9e5228322 100644 (file)
@@ -1809,7 +1809,7 @@ static void sgtl5000_i2c_shutdown(struct i2c_client *client)
 }
 
 static const struct i2c_device_id sgtl5000_id[] = {
-       {"sgtl5000", 0},
+       {"sgtl5000"},
        {},
 };
 
index 61072e7574a0cbaf129835544f00b6dbdf2dbe1a..980c48cbc3482be60f305332d6d27c48881a18cb 100644 (file)
@@ -1791,7 +1791,7 @@ static void sma1303_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id sma1303_i2c_id[] = {
-       {"sma1303", 0},
+       {"sma1303"},
        {}
 };
 MODULE_DEVICE_TABLE(i2c, sma1303_i2c_id);
index 93af8e209b0520de79c873523c53713fc83b2e35..55f00ce7c7188004b332400606537917061cc7ba 100644 (file)
@@ -19,7 +19,7 @@ static int src4xxx_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id src4xxx_i2c_ids[] = {
-       { "src4392", 0 },
+       { "src4392" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, src4xxx_i2c_ids);
index d20d897407ebb2b8528943f7cb8727691923529e..06016e88dd2705a2b3d15cab484144cd72b056d9 100644 (file)
@@ -793,7 +793,7 @@ MODULE_DEVICE_TABLE(of, ssm2518_dt_ids);
 #endif
 
 static const struct i2c_device_id ssm2518_i2c_ids[] = {
-       { "ssm2518", 0 },
+       { "ssm2518" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ssm2518_i2c_ids);
index 0a6f04d8f636a35e0d1265538a64a9e9d7b99bac..3e09c85abedbd1ee61558544e7c682d5f9ffdbe0 100644 (file)
@@ -471,7 +471,7 @@ static int ssm4567_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id ssm4567_i2c_ids[] = {
-       { "ssm4567", 0 },
+       { "ssm4567" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ssm4567_i2c_ids);
index fcf0dbfbbbcaba646a61fc9499f80de6f84bef7a..bd8848ea1ec2f23afdc608141148161882086293 100644 (file)
@@ -1154,9 +1154,9 @@ static int sta32x_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id sta32x_i2c_id[] = {
-       { "sta326", 0 },
-       { "sta328", 0 },
-       { "sta329", 0 },
+       { "sta326" },
+       { "sta328" },
+       { "sta329" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, sta32x_i2c_id);
index 612cc1d7eafe927323f7b244877e0633b5669db6..d1450de9265245a2f95939fc4fa3470923ad3400 100644 (file)
@@ -1238,7 +1238,7 @@ static void sta350_i2c_remove(struct i2c_client *client)
 {}
 
 static const struct i2c_device_id sta350_i2c_id[] = {
-       { "sta350", 0 },
+       { "sta350" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, sta350_i2c_id);
index eedafef775e53332d03698d73649a4edf1d68fd0..f7718491c8996176af7f42089c0f0cfd09e9165d 100644 (file)
@@ -363,7 +363,7 @@ static int sta529_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id sta529_i2c_id[] = {
-       { "sta529", 0 },
+       { "sta529" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, sta529_i2c_id);
index 8c9dc318b0e82438ba962386b676f3fccf5c0399..40f5f27e74c0165164eaf2121a424d8a014d6823 100644 (file)
@@ -742,7 +742,7 @@ static void tas2552_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas2552_id[] = {
-       { "tas2552", 0 },
+       { "tas2552" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas2552_id);
index a9838e0738cc1bc5606e77a6140db82ef6824867..1dc719d726ab5d371767df141414af69a29cf910 100644 (file)
@@ -738,7 +738,7 @@ static int tas2764_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas2764_i2c_id[] = {
-       { "tas2764", 0},
+       { "tas2764"},
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas2764_i2c_id);
index 99bf402eb5667318795b26b72a32b733d9bc0611..67bc1c8b0131782d855f58474573b32582110b74 100644 (file)
@@ -702,7 +702,7 @@ static int tas2770_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas2770_i2c_id[] = {
-       { "tas2770", 0},
+       { "tas2770"},
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas2770_i2c_id);
index 972e8ea5ebde7e343118182c1ceb5ad9d2d4bd96..a18ccf5fb7ad2c4e7333f9d21745d89a7e371ac6 100644 (file)
@@ -626,7 +626,7 @@ static int tas2780_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas2780_i2c_id[] = {
-       { "tas2780", 0},
+       { "tas2780"},
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas2780_i2c_id);
index f52c14b43f28712a99ab68bab85cd0fc9aa0a872..6d45df3b9ba4922d6575dfa2c111062f85fa7cf6 100644 (file)
@@ -891,7 +891,7 @@ static const struct snd_soc_component_driver soc_component_dev_tas5086 = {
 };
 
 static const struct i2c_device_id tas5086_i2c_id[] = {
-       { "tas5086", 0 },
+       { "tas5086" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas5086_i2c_id);
index da89e8c681ddf868b3032862d8ba753d4fa50754..bb0500e9d3eacf888cd049b947f54fbd0c54cc27 100644 (file)
@@ -792,7 +792,7 @@ static void tas6424_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id tas6424_i2c_ids[] = {
-       { "tas6424", 0 },
+       { "tas6424" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tas6424_i2c_ids);
index e187d74a17376f5d1ca26ba360961e36617720c3..386b99c8023bdc53790110ac5536b2d4e8dc3593 100644 (file)
@@ -614,7 +614,7 @@ static int tda7419_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tda7419_i2c_id[] = {
-       { "tda7419", 0 },
+       { "tda7419" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tda7419_i2c_id);
index 8cca2ceadd9e1f45af508e008afa37350117e899..ac0c5c33767707a22182a409826cbe93900f3c9b 100644 (file)
@@ -296,7 +296,7 @@ static int tfa9879_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tfa9879_i2c_id[] = {
-       { "tfa9879", 0 },
+       { "tfa9879" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tfa9879_i2c_id);
index 9692ae007c91c8778ac8e2c5959a4588363b3e6a..a31fb95048b8fc6bed7b81722b4d8291fd0e7af5 100644 (file)
@@ -28,7 +28,7 @@ static int tlv320aic23_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tlv320aic23_id[] = {
-       {"tlv320aic23", 0},
+       {"tlv320aic23"},
        {}
 };
 
index 6d9166d9116a6a58613103de07172682690907ff..dbf448dd88649a7b6cd64359df7397fea9f344ad 100644 (file)
@@ -427,7 +427,7 @@ static const struct dev_pm_ops ts3a227e_pm = {
 };
 
 static const struct i2c_device_id ts3a227e_i2c_ids[] = {
-       { "ts3a227e", 0 },
+       { "ts3a227e" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, ts3a227e_i2c_ids);
index 1eefc1fe6ea89571e83193cf5f457cedf002701a..f8a3d1b40990c8f1e170bd4b6330c200d83fcf12 100644 (file)
@@ -1485,8 +1485,8 @@ static int tscs42xx_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tscs42xx_i2c_id[] = {
-       { "tscs42A1", 0 },
-       { "tscs42A2", 0 },
+       { "tscs42A1" },
+       { "tscs42A2" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tscs42xx_i2c_id);
index 744aef32a21f482a06b133f40a8874625a07f9ad..850e5de9271ed64faff44f9872c0b43bc4a829d1 100644 (file)
@@ -3457,7 +3457,7 @@ static int tscs454_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id tscs454_i2c_id[] = {
-       { "tscs454", 0 },
+       { "tscs454" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, tscs454_i2c_id);
index 5c5751dc14e52f87eb33ba8952e866f5e49d3f17..4f8fdd574585b4d7e5bd94a27defc8f5c5367d0b 100644 (file)
@@ -782,7 +782,7 @@ static int uda1380_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id uda1380_i2c_id[] = {
-       { "uda1380", 0 },
+       { "uda1380" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, uda1380_i2c_id);
index 9fa6df48799b645b0c13eb424c74038df97e3563..1f59309d8c6936a835eaccc713d769c47fcfbf94 100644 (file)
@@ -204,7 +204,7 @@ static int wm1250_ev1_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm1250_ev1_i2c_id[] = {
-       { "wm1250-ev1", 0 },
+       { "wm1250-ev1" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm1250_ev1_i2c_id);
index 9571ea53cb3f07aaa7827b618c3bbe1f2d392c03..a07a443ba19637cfd04f845cb7b051aeb2d7d7bd 100644 (file)
@@ -929,7 +929,7 @@ out:
 }
 
 static const struct i2c_device_id wm2000_i2c_id[] = {
-       { "wm2000", 0 },
+       { "wm2000" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm2000_i2c_id);
index 69c9c2bd7e7bba4aecaa239602e176932225cb91..841247173d98ef6d662e6a6722e42d34eeb415cd 100644 (file)
@@ -2474,7 +2474,7 @@ static const struct dev_pm_ops wm2200_pm = {
 };
 
 static const struct i2c_device_id wm2200_i2c_id[] = {
-       { "wm2200", 0 },
+       { "wm2200" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm2200_i2c_id);
index 7ee4b45c0834f1573e144fc8fbf71fb5f88cdd1b..11bbc94a282c7bc7c9a99e60a9b53bd1e9f7f39b 100644 (file)
@@ -2670,7 +2670,7 @@ static const struct dev_pm_ops wm5100_pm = {
 };
 
 static const struct i2c_device_id wm5100_i2c_id[] = {
-       { "wm5100", 0 },
+       { "wm5100" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm5100_i2c_id);
index 0e671cce84479fdb7926827619d1d61749d8a770..4a31d6f895020e84e05b350d1a628a8d423f1209 100644 (file)
@@ -668,7 +668,7 @@ static int wm8510_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8510_i2c_id[] = {
-       { "wm8510", 0 },
+       { "wm8510" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8510_i2c_id);
index 41b14538b03c72f46eb708dfbea809a4cd220feb..138eba7e577aff9be6ac6e5b0fcf50d72b263c8c 100644 (file)
@@ -517,7 +517,7 @@ err_enable:
 }
 
 static const struct i2c_device_id wm8523_i2c_id[] = {
-       { "wm8523", 0 },
+       { "wm8523" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
index 7d339cc65208ad06927d068e7853e16509a89c5e..a1c99bbf5aa156fab41ebf7586e2a6d66e817537 100644 (file)
@@ -454,7 +454,7 @@ static int wm8711_i2c_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id wm8711_i2c_id[] = {
-       { "wm8711", 0 },
+       { "wm8711" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8711_i2c_id);
index d9cc78fbf1ea90e713a3c63d1160275573da623e..2cbd6b1894166e3d00614cf95f43c86c3ae86cb0 100644 (file)
@@ -295,7 +295,7 @@ static int wm8728_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8728_i2c_id[] = {
-       { "wm8728", 0 },
+       { "wm8728" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8728_i2c_id);
index 7f68ad0380e04c809571eb805117ba04c01c41a9..1254e583af51eefcc97ed8b6fc40bb558f604d15 100644 (file)
@@ -47,7 +47,7 @@ static int wm8731_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8731_i2c_id[] = {
-       { "wm8731", 0 },
+       { "wm8731" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8731_i2c_id);
index a0ba1e7dee98d2508294989b4870d7d2d7a83531..efdc242c2edea3becf85c8a4466d8f2db1f0878b 100644 (file)
@@ -639,7 +639,7 @@ static int wm8737_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8737_i2c_id[] = {
-       { "wm8737", 0 },
+       { "wm8737" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8737_i2c_id);
index a0848774427b4cb50ef3fe09cdf6e5cf729b7b1d..4863d6ac461bd89eef985f52a4a02d5f3e7b4f7a 100644 (file)
@@ -606,7 +606,7 @@ static int wm8741_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8741_i2c_id[] = {
-       { "wm8741", 0 },
+       { "wm8741" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8741_i2c_id);
index b8d76cd001da8d213c60187ed2c5f2fed852e4ef..cae97fa3bcb046ca1712e7373627464cc05a7d04 100644 (file)
@@ -802,8 +802,8 @@ static int wm8750_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8750_i2c_id[] = {
-       { "wm8750", 0 },
-       { "wm8987", 0 },
+       { "wm8750" },
+       { "wm8987" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8750_i2c_id);
index f42ed24314f3ef0c02294dd8366de236cf16f7fb..38b76b7275e56798a02fceab6f780c383b2c5451 100644 (file)
@@ -1580,7 +1580,7 @@ static int wm8753_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8753_i2c_id[] = {
-       { "wm8753", 0 },
+       { "wm8753" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8753_i2c_id);
index 7062a8b2f8b5d68d52cac6c8a666c4a348306615..e80dad87219b16bd6765cbbe9aea679b5dc57748 100644 (file)
@@ -31,7 +31,7 @@ static void wm8804_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8804_i2c_id[] = {
-       { "wm8804", 0 },
+       { "wm8804" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8804_i2c_id);
index 84d06c190411932f6f44e21572852060a48d6bea..e44fdf97796f317820af1e0d58da548d8aee7de0 100644 (file)
@@ -1286,7 +1286,7 @@ static void wm8900_i2c_remove(struct i2c_client *client)
 {}
 
 static const struct i2c_device_id wm8900_i2c_id[] = {
-       { "wm8900", 0 },
+       { "wm8900" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8900_i2c_id);
index 84ae1102ac883738d4fa31849234a4a5094b7b6e..c643b5377d3a170aa7bf79a169633be4d559f30c 100644 (file)
@@ -2199,7 +2199,7 @@ static const struct of_device_id wm8903_of_match[] = {
 MODULE_DEVICE_TABLE(of, wm8903_of_match);
 
 static const struct i2c_device_id wm8903_i2c_id[] = {
-       { "wm8903", 0 },
+       { "wm8903" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8903_i2c_id);
index b9432f8b64e5bc1a5c1379f9327b869ccd686dd8..8a532f7d750c8b02adb4bebf189ab59d0f33ebcf 100644 (file)
@@ -844,7 +844,7 @@ static int wm8940_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8940_i2c_id[] = {
-       { "wm8940", 0 },
+       { "wm8940" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8940_i2c_id);
index 4f433832643860d0bb64beacf02a9b0e5919fe1b..bae52a8a2e117a137c9e8235dd6a8f95f5478200 100644 (file)
@@ -994,7 +994,7 @@ static int wm8955_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8955_i2c_id[] = {
-       { "wm8955", 0 },
+       { "wm8955" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8955_i2c_id);
index 7689fe3cc86d657e332b820c94cb87396344ab9d..00858b9c95686701d0688731b9eb244a72c4fcfc 100644 (file)
@@ -1549,7 +1549,7 @@ static void wm8960_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id wm8960_i2c_id[] = {
-       { "wm8960", 0 },
+       { "wm8960" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8960_i2c_id);
index 8f8330efb341d12649c08d7fe4069828db913bb4..d1c731e25777bde7168c50b77697802b3834e5c8 100644 (file)
@@ -966,7 +966,7 @@ static int wm8961_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8961_i2c_id[] = {
-       { "wm8961", 0 },
+       { "wm8961" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8961_i2c_id);
index 7c6ed29831285f6bd08ceba939684e8958ea21cc..3ef95b7dcbdb96facfe02abee62c6af81b760778 100644 (file)
@@ -3938,7 +3938,7 @@ static const struct dev_pm_ops wm8962_pm = {
 };
 
 static const struct i2c_device_id wm8962_i2c_id[] = {
-       { "wm8962", 0 },
+       { "wm8962" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8962_i2c_id);
index e88f323d28b237e55ed02d37666f295fe6cb295e..b97c7d5bd4e76bee7d47f9288cd5425064eafc2f 100644 (file)
@@ -691,7 +691,7 @@ static int wm8971_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8971_i2c_id[] = {
-       { "wm8971", 0 },
+       { "wm8971" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8971_i2c_id);
index 260bac695b20ab7f93ed1584f1437fd6f219dc92..0ee3655cad01fb3f14caabf831fa857ea5102228 100644 (file)
@@ -707,7 +707,7 @@ static int wm8974_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8974_i2c_id[] = {
-       { "wm8974", 0 },
+       { "wm8974" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8974_i2c_id);
index 718bfef302cc6373ee77f02b6b28e364d1715f64..40d22b36b7a96727ae365ca57d0440a42d7807a6 100644 (file)
@@ -1056,7 +1056,7 @@ static int wm8978_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8978_i2c_id[] = {
-       { "wm8978", 0 },
+       { "wm8978" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8978_i2c_id);
index b26d6a68e8d2c2c186c36b8044a6029adbc22dc1..252b4a6cac04d15a743888aa91e080636c99bde1 100644 (file)
@@ -1059,7 +1059,7 @@ static int wm8983_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8983_i2c_id[] = {
-       { "wm8983", 0 },
+       { "wm8983" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8983_i2c_id);
index 76f214f12ce034166158399d62aeb0215b65744d..f0e9d6e38dc090eba11a715d00547b756b02fb3f 100644 (file)
@@ -896,7 +896,7 @@ static int wm8988_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8988_i2c_id[] = {
-       { "wm8988", 0 },
+       { "wm8988" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8988_i2c_id);
index 5a8e765090af4f569bac9e5e0f926f3affa42501..573bd3d487ba50150e21a2b552376d338b2f275e 100644 (file)
@@ -1238,7 +1238,7 @@ static int wm8990_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8990_i2c_id[] = {
-       { "wm8990", 0 },
+       { "wm8990" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8990_i2c_id);
index 590318aafaea1eeacd6936d16f0d5a34884236f5..3bd9b362051b356f099b080c0e0ca77e5520ec98 100644 (file)
@@ -1314,7 +1314,7 @@ static int wm8991_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8991_i2c_id[] = {
-       { "wm8991", 0 },
+       { "wm8991" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8991_i2c_id);
index 5b788f35e5e4e8e4e49cfaacf2b8da8989eb3f0c..98a83f51ab263956f046bd2165e314bfabf77004 100644 (file)
@@ -1732,7 +1732,7 @@ static void wm8993_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8993_i2c_id[] = {
-       { "wm8993", 0 },
+       { "wm8993" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8993_i2c_id);
index 59ef2ef8ce0074957bd1eeecab7eac6f5b5813e0..1f9a9b63693509bf39464a994aa935bec002c5fb 100644 (file)
@@ -2258,7 +2258,7 @@ static int wm8995_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8995_i2c_id[] = {
-       {"wm8995", 0},
+       {"wm8995"},
        {}
 };
 
index e738326e33eda6f12af2850df1615626161f5228..f6c5adce164eeee8a917986f3601604bcadfb502 100644 (file)
@@ -3069,7 +3069,7 @@ static void wm8996_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id wm8996_i2c_id[] = {
-       { "wm8996", 0 },
+       { "wm8996" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8996_i2c_id);
index e7ec799573d3deec46d7bec41e7e3b4cbed6ec7a..cb9d040b34d64106242a3147c3967acb88217031 100644 (file)
@@ -1360,7 +1360,7 @@ static void wm9081_i2c_remove(struct i2c_client *client)
 {}
 
 static const struct i2c_device_id wm9081_i2c_id[] = {
-       { "wm9081", 0 },
+       { "wm9081" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm9081_i2c_id);
index 50c1cbccfdb920edd5803947e2f22abea8d17268..26191bcc161debc7da3d70710d15ae3dfff077ab 100644 (file)
@@ -606,8 +606,8 @@ static int wm9090_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm9090_id[] = {
-       { "wm9090", 0 },
-       { "wm9093", 0 },
+       { "wm9090" },
+       { "wm9093" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm9090_id);