On Tue, Jan 14, 2020 at 04:34:36AM +0300, Dmitry Osipenko wrote: > One of the recent Tegra I2C commits made a change that resumes runtime PM > during driver's probe, but it missed to put the RPM in a case of error. > Note that it's not correct to use pm_runtime_status_suspended because it > breaks RPM refcounting. > > Fixes: 8ebf15e9c869 ("i2c: tegra: Move suspend handling to NOIRQ phase") > Cc: # v5.4+ > Tested-by: Thierry Reding > Signed-off-by: Dmitry Osipenko Applied to for-current, thanks!