On Fri, Dec 06, 2024 at 08:47:27PM -0500, Mingwei Zheng wrote: > - clk_enable(qspi->refclk); > - clk_enable(qspi->pclk); > + ret = clk_enable(qspi->refclk); > + if (ret) > + return ret; > + > + ret = clk_enable(qspi->pclk); > + if (ret) > + return ret; This second check leaks the first enable that was done.
Attachment:
signature.asc
Description: PGP signature