spi: zynqmp-gqspi: fix clock imbalance on probe failure
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 22 Jun 2023 08:24:35 +0000 (10:24 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 22 Jun 2023 14:02:31 +0000 (15:02 +0100)
commit1527b076ae2cb6a9c590a02725ed39399fcad1cf
treeb0ed72759c203f17328434e5193a3779e0953120
parent9d7054fb3ac2e8d252aae1268f20623f244e644f
spi: zynqmp-gqspi: fix clock imbalance on probe failure

Make sure that the device is not runtime suspended before explicitly
disabling the clocks on probe failure and on driver unbind to avoid a
clock enable-count imbalance.

Fixes: 9e3a000362ae ("spi: zynqmp: Add pm runtime support")
Cc: stable@vger.kernel.org # 4.19
Cc: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/Message-Id:
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynqmp-gqspi.c