mailbox: stm32-ipcc: remove useless device_init_wakeup call
authorFabien Dessenne <fabien.dessenne@st.com>
Fri, 4 Jan 2019 13:47:48 +0000 (14:47 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 7 Mar 2019 02:33:59 +0000 (20:33 -0600)
commit419d67f3ec0aa5e13a51eebab4dbcd71737c7dbc
tree1e2ce8e9d89797f1a875edf8b1e4d0208140b796
parenteac36c8651210df34d43331a6cc3fb3c2ee7abe2
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 <fabien.dessenne@st.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/stm32-ipcc.c