Re: [PATCH] i2c: omap: Fix rumtime PM imbalance on error

From: Tony Lindgren
Date: Wed Apr 07 2021 - 02:27:48 EST


* Vignesh Raghavendra <vigneshr@xxxxxx> [210407 06:20]:
> Do we need a Fixes: tag to enable stable backports?

Well pm_runtime_resume_and_get() was introduced quite recently, and
we already handle the error and bail out. And likely after an error
not much works anyways :) So it might be better to add just a stable
tag v5.10 and later as further backports are not likely needed.

Naturally nothing stopping doing separate backports if really needed
though.

Regards,

Tony