diff options
Diffstat (limited to 'drivers/gpio/gpio-langwell.c')
-rw-r--r-- | drivers/gpio/gpio-langwell.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-langwell.c b/drivers/gpio/gpio-langwell.c index 62ef10a641c4..89d0d2a3b1bb 100644 --- a/drivers/gpio/gpio-langwell.c +++ b/drivers/gpio/gpio-langwell.c | |||
@@ -305,11 +305,7 @@ static const struct irq_domain_ops lnw_gpio_irq_ops = { | |||
305 | 305 | ||
306 | static int lnw_gpio_runtime_idle(struct device *dev) | 306 | static int lnw_gpio_runtime_idle(struct device *dev) |
307 | { | 307 | { |
308 | int err = pm_schedule_suspend(dev, 500); | 308 | pm_schedule_suspend(dev, 500); |
309 | |||
310 | if (!err) | ||
311 | return 0; | ||
312 | |||
313 | return -EBUSY; | 309 | return -EBUSY; |
314 | } | 310 | } |
315 | 311 | ||