commit | a94dd879e2939798294c56468add3d6a8ef04137 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Mar 04 15:04:34 2014 +0530 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Mar 31 13:32:34 2014 +0200 |
tree | 940c3d20d4e1573674d84e9281c271605bd7a7c6 | |
parent | b0f1d8bec712b4267995764b34ced2c148ecfacb [diff] |
watchdog: s3c2410_wdt: Remove unneeded initialization Initializing clk to NULL as a reset/error condition does not help as NULL is not an invalid condition w.r.t clk. Remove this initialization altogether as there is no state retention. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>