commit | 9e14375880c4a64e190b296023f52e987cb9d33e | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Jan 03 19:21:37 2017 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Feb 24 14:00:23 2017 -0800 |
tree | c902009a19079442048d1235b12e90d99f5489d5 | |
parent | 30c65b22f04262206e1ea00a87469233930066c2 [diff] |
watchdog: coh901327_wdt: Use dev variable instead of pdev->dev Use a local dev variable instead of dereferencing pdev->dev several times in the probe function to make the code easier to read. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>