Re: [PATCH] watchdog: softdog: remove replaceable ping operation

2013-07-09 Thread Wim Van Sebroeck
Hi Milo, > In watchdog_ping(), 'start' is called automatically when 'ping' function call > is not configured. > Softdog driver has same handling in both cases - start and ping, so 'ping' OPS > can be removed. > > Signed-off-by: Milo(Woogyom) Kim > --- > drivers/watchdog/softdog.c |1 - > 1

Re: [PATCH] watchdog: softdog: remove replaceable ping operation

2013-07-09 Thread Wim Van Sebroeck
Hi Milo, In watchdog_ping(), 'start' is called automatically when 'ping' function call is not configured. Softdog driver has same handling in both cases - start and ping, so 'ping' OPS can be removed. Signed-off-by: Milo(Woogyom) Kim milo@ti.com --- drivers/watchdog/softdog.c |1

[PATCH] watchdog: softdog: remove replaceable ping operation

2013-03-26 Thread Kim, Milo
In watchdog_ping(), 'start' is called automatically when 'ping' function call is not configured. Softdog driver has same handling in both cases - start and ping, so 'ping' OPS can be removed. Signed-off-by: Milo(Woogyom) Kim --- drivers/watchdog/softdog.c |1 - 1 file changed, 1 deletion(-)

[PATCH] watchdog: softdog: remove replaceable ping operation

2013-03-26 Thread Kim, Milo
In watchdog_ping(), 'start' is called automatically when 'ping' function call is not configured. Softdog driver has same handling in both cases - start and ping, so 'ping' OPS can be removed. Signed-off-by: Milo(Woogyom) Kim milo@ti.com --- drivers/watchdog/softdog.c |1 - 1 file