diff options
Diffstat (limited to 'drivers/thermal/rcar_thermal.c')
-rw-r--r-- | drivers/thermal/rcar_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 88f92e1a9944..79a09d02bbca 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c | |||
@@ -408,7 +408,7 @@ static int rcar_thermal_probe(struct platform_device *pdev) | |||
408 | /* enable temperature comparation */ | 408 | /* enable temperature comparation */ |
409 | rcar_thermal_common_write(common, ENR, 0x00030303); | 409 | rcar_thermal_common_write(common, ENR, 0x00030303); |
410 | 410 | ||
411 | idle = 0; /* polling delaye is not needed */ | 411 | idle = 0; /* polling delay is not needed */ |
412 | } | 412 | } |
413 | 413 | ||
414 | for (i = 0;; i++) { | 414 | for (i = 0;; i++) { |