drivers/leds/leds-pca9532.c: change driver name to be unique
[firefly-linux-kernel-4.4.55.git] / drivers / leds / leds-pca9532.c
index d8d3a1e910a1bbb7f81e9c1d7c4cb58452415691..a2c874623e3521550ab6917be4b56eb3e42b4aaa 100644 (file)
@@ -88,7 +88,7 @@ static const struct pca9532_chip_info pca9532_chip_info_tbl[] = {
 
 static struct i2c_driver pca9532_driver = {
        .driver = {
-               .name = "pca953x",
+               .name = "leds-pca953x",
        },
        .probe = pca9532_probe,
        .remove = pca9532_remove,