]> Gentwo Git Trees - linux/.git/commit
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)
commited4db69169121ffd9d5a4bcf4d7acd5856cb20cd
tree9a233af92e5a51b53cdaea9a22761fddfbf04c22
parente686365c0411275474527c2055ac133f2eb47526
parent3f7b48efb79d91883d98dd7e33dc2a0abfa9f923
spi: fsl-qspi: Fix double cleanup in probe error path

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.