[PATCH 2/2] mailbox: stm32-ipcc: remove useless device_init_wakeup call

From: Fabien Dessenne
Date: Fri Jan 04 2019 - 08:48:12 EST


If the "wakeup-source" property does not exist there is no need to call
device_init_wakeup("false") at probe.

Signed-off-by: Fabien Dessenne <fabien.dessenne@xxxxxx>
---
drivers/mailbox/stm32-ipcc.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/mailbox/stm32-ipcc.c b/drivers/mailbox/stm32-ipcc.c
index 7ca8a14..210fe50 100644
--- a/drivers/mailbox/stm32-ipcc.c
+++ b/drivers/mailbox/stm32-ipcc.c
@@ -276,8 +276,6 @@ static int stm32_ipcc_probe(struct platform_device *pdev)
dev_err(dev, "Failed to set wake up irq\n");
goto err_init_wkp;
}
- } else {
- device_init_wakeup(dev, false);
}

/* mailbox controller */
--
2.7.4