spi: fsl-qspi: Fix double cleanup in probe error path
authorMark Brown <broonie@kernel.org>
Thu, 10 Apr 2025 14:08:38 +0000 (15:08 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 10 Apr 2025 14:08:38 +0000 (15:08 +0100)
Merge series from Kevin Hao <haokexin@gmail.com>:

This patch series fixes double cleanup issues in the fsl-qspi probe
error path and also simplifies the probe error handling using managed APIs.


Trivial merge