]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
leds: an30259a: Fix typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Jul 2019 20:59:55 +0000 (22:59 +0200)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Mon, 22 Jul 2019 19:34:02 +0000 (21:34 +0200)
All this file is about an30259a, including the reference to the datasheet
at the top of the file.

So change the 2 places where an32059a is used instead.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
drivers/leds/leds-an30259a.c

index 1c1f0c8c56f4b85c953a1e8a80a89bd630518001..37e7c7998972b015f04bbe48a9bf324142c095e2 100644 (file)
@@ -353,7 +353,7 @@ MODULE_DEVICE_TABLE(i2c, an30259a_id);
 
 static struct i2c_driver an30259a_driver = {
        .driver = {
-               .name = "leds-an32059a",
+               .name = "leds-an30259a",
                .of_match_table = of_match_ptr(an30259a_match_table),
        },
        .probe_new = an30259a_probe,
@@ -364,5 +364,5 @@ static struct i2c_driver an30259a_driver = {
 module_i2c_driver(an30259a_driver);
 
 MODULE_AUTHOR("Simon Shields <simon@lineageos.org>");
-MODULE_DESCRIPTION("AN32059A LED driver");
+MODULE_DESCRIPTION("AN30259A LED driver");
 MODULE_LICENSE("GPL v2");