From: Fabien Dessenne Date: Fri, 4 Jan 2019 13:47:48 +0000 (+0100) Subject: mailbox: stm32-ipcc: remove useless device_init_wakeup call X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=419d67f3ec0aa5e13a51eebab4dbcd71737c7dbc;p=openwrt%2Fstaging%2Fblogic.git mailbox: stm32-ipcc: remove useless device_init_wakeup call 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 Signed-off-by: Jassi Brar --- diff --git a/drivers/mailbox/stm32-ipcc.c b/drivers/mailbox/stm32-ipcc.c index 7ca8a14138b7..210fe504f5ae 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 */