Re: [PATCH 2/2] watchdog: qcom: remove unnecessary variable from private storage

2019-09-10 Thread Guenter Roeck
On Fri, Sep 06, 2019 at 10:54:11PM +0200, Jorge Ramirez-Ortiz wrote: > there is no need to continue keeping the clock in private storage. > > Signed-off-by: Jorge Ramirez-Ortiz Good catch. Reviewed-by: Guenter Roeck > --- > drivers/watchdog/qcom-wdt.c | 15 +++ > 1 file changed,

[PATCH 2/2] watchdog: qcom: remove unnecessary variable from private storage

2019-09-06 Thread Jorge Ramirez-Ortiz
there is no need to continue keeping the clock in private storage. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/watchdog/qcom-wdt.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/watchdog/qcom-wdt.c b/drivers/watchdog/qcom-wdt.c index