On Wed, Nov 25, 2020 at 03:51:51PM +0800, Wang Li wrote: > In case of runtime pm failed, should disable runtime pm. > > Fixes: d342951bcda6 ("watchdog: rti: Simplify with dev_err_probe()") The commit pointed here is wrong. The issue was not introduced there but in earlier commit. Best regards, Krzysztof > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Wang Li <wangli74@xxxxxxxxxx> > --- > drivers/watchdog/rti_wdt.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)