regulator: make the dummy regulator's print_constraint more helpful
[sfrench/cifs-2.6.git] / drivers / regulator / dummy.c
index 86f655c7f7a14ac5df494bcb5dcf3fb4b7e83955..03a1d7c11ef2b5c9ce0d07c91517673cf83d30bb 100644 (file)
@@ -30,7 +30,7 @@ static struct regulator_init_data dummy_initdata;
 static struct regulator_ops dummy_ops;
 
 static struct regulator_desc dummy_desc = {
-       .name = "dummy",
+       .name = "regulator-dummy",
        .id = -1,
        .type = REGULATOR_VOLTAGE,
        .owner = THIS_MODULE,