Details

[Home]

Issue of the Implementation # L0329

Brief

watchdog: asm9260_wdt: incorrect error handling in asm9260_wdt_probe

Detailed Description

If devm_reset_control_get_exclusive() fails, asm9260_wdt_probe() returns immediately. But clks has been already enabled at that point, so it is required to disable them or to move the code around.

Component

linux-kernel 4.16

Accepted

https://lkml.org/lkml/2018/2/10/54
commit

Status

Fixed in kernel v4.17-rc1

[Home]