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@kernel.org
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.
thanks,
greg k-h