Re: [PATCH] spi: rockchip-sfc: disable runtime PM in remove
Mark Brown <[email protected]>
| Newsgroups | org.infradead.lists.linux-rockchip,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-spi |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 05:05:50PM +0400, Jiawen Liu wrote: > rockchip_sfc_probe enables runtime PM and leaves the device active with > a usage count held by pm_runtime_get_noresume(). The remove callback > only disables the clocks and does not disable runtime PM, leaving the > device in an inconsistent state and leaking the runtime PM reference. > Add the missing runtime PM teardown in rockchip_sfc_remove to balance > the probe's enable and get_noresume calls. > > Signed-off-by: jiawen <[email protected]> Your name here doesn't match the name you're using in the From: of your mail, that's going to make tooling think you've not provided a signoff. _______________________________________________ Linux-rockchip mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-rockchip
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmqEWsEACgkQJNaLcl1U h9DMCAf+KcCcyXPo7j8LdqOXlUjWViQgcLzlmsM2eiKWlA3fQ7dvKJYXlqc7iE2t rpeNy1XfD3fIpkYn2C7OgC8brc6H7LjOVR86ItweCHS4hldCjxf5Ck1tZ5tZHSoW dDXoTwq+o9DJTo56rKHnbEYAKieI1xA9V7HhXd8ltA2UkNav/ePbj6vqlUk6IzPb xoW1UFzJi5dor+Ui3yJWDSp/ZeexJp5Vy9WnNvgM71wosY1egcB/aqTH+6oqIxxx buLjQcCdE2KrCy42lsJ6Y5FjaO/sTZKCvr6JKPEo7hyYTmUQTvFeSUW+nsIYNIeO qhNAS545Pr0mjAangiK+8zqqVrP2KQ== =6fzB -----END PGP SIGNATURE-----