On Tue, Jan 21, 2025 at 02:23:31PM +0100, Greg KH wrote: > On Wed, Jan 15, 2025 at 03:32:44AM +0000, Tzung-Bi Shih wrote: > > 48dc44f3c1af ("regmap: detach regmap from dev on regmap_exit") > > wrongly backported upstream commit 3061e170381a. > > > > It should patch regmap_exit() instead of regmap_reinit_cache(). > > > > Fixes: 48dc44f3c1af ("regmap: detach regmap from dev on regmap_exit") > > Signed-off-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx> > > --- > > drivers/base/regmap/regmap.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > How about submitting a revert of the mistake and then the original > commit properly backported as a patch series of 2 commits? That way it > makes it more obvious what is happening here. I've done the revert now, a fixed up backport would be appreciated now. thanks greg k-h