OSDN Git Service

hwrng: stm32 - fix unbalanced pm_runtime_enable
authorLionel Debieve <lionel.debieve@st.com>
Mon, 1 Apr 2019 10:30:45 +0000 (12:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:27:18 +0000 (15:27 +0100)
commitee168df277fef44597ce8c36311a986b068eb877
treea60c23a0bd89923c1c19e3dc5ffeb3de15f00939
parent2f6887ccffabd6e10ba22142d1cadfdd0faa87a5
hwrng: stm32 - fix unbalanced pm_runtime_enable

commit af0d4442dd6813de6e77309063beb064fa8e89ae upstream.

No remove function implemented yet in the driver.
Without remove function, the pm_runtime implementation
complains when removing and probing again the driver.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/hw_random/stm32-rng.c