diff options
| -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 70bb02c24e82..2580a4872f90 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c | |||
| @@ -391,7 +391,7 @@ static int rcar_thermal_probe(struct platform_device *pdev) | |||
| 391 | 391 | ||
| 392 | /* | 392 | /* |
| 393 | * platform has IRQ support. | 393 | * platform has IRQ support. |
| 394 | * Then, drier use common register | 394 | * Then, driver uses common registers |
| 395 | */ | 395 | */ |
| 396 | 396 | ||
| 397 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, | 397 | ret = devm_request_irq(dev, irq->start, rcar_thermal_irq, 0, |
