diff options
| -rw-r--r-- | drivers/gpio/gpio-mvebu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mvebu.c b/drivers/gpio/gpio-mvebu.c index 19a92efabbef..cdef2c78cb3b 100644 --- a/drivers/gpio/gpio-mvebu.c +++ b/drivers/gpio/gpio-mvebu.c | |||
| @@ -747,7 +747,7 @@ static int mvebu_pwm_probe(struct platform_device *pdev, | |||
| 747 | set = U32_MAX; | 747 | set = U32_MAX; |
| 748 | else | 748 | else |
| 749 | return -EINVAL; | 749 | return -EINVAL; |
| 750 | writel_relaxed(0, mvebu_gpioreg_blink_counter_select(mvchip)); | 750 | writel_relaxed(set, mvebu_gpioreg_blink_counter_select(mvchip)); |
| 751 | 751 | ||
| 752 | mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL); | 752 | mvpwm = devm_kzalloc(dev, sizeof(struct mvebu_pwm), GFP_KERNEL); |
| 753 | if (!mvpwm) | 753 | if (!mvpwm) |
