diff options
-rw-r--r-- | drivers/regulator/tps6586x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index 4e3e4adb1dce..b813d213255b 100644 --- a/drivers/regulator/tps6586x-regulator.c +++ b/drivers/regulator/tps6586x-regulator.c | |||
@@ -245,7 +245,7 @@ static int tps6586x_regulator_set_slew_rate(struct platform_device *pdev, | |||
245 | reg = TPS6586X_SM1SL; | 245 | reg = TPS6586X_SM1SL; |
246 | break; | 246 | break; |
247 | default: | 247 | default: |
248 | dev_warn(&pdev->dev, "Only SM0/SM1 can set slew rate\n"); | 248 | dev_err(&pdev->dev, "Only SM0/SM1 can set slew rate\n"); |
249 | return -EINVAL; | 249 | return -EINVAL; |
250 | } | 250 | } |
251 | 251 | ||