thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources
authorSimon Horman <horms+renesas@verge.net.au>
Tue, 24 Jul 2018 11:14:13 +0000 (13:14 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Fri, 27 Jul 2018 23:45:36 +0000 (16:45 -0700)
commit542cdf4068049458e1411b120bd5a4bbe3ddc49a
tree7ccbed5138706f878025a39137c6273ae6f13bee
parentc0c04707033c71d0490a412b0a941d87011949a3
thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources

Ensure that the base address used by a call to rcar_thermal_common_write()
may be NULL if the SOC supports interrupts for use with the thermal device
but none are defined in DT as is the case for R-Car H1 (r8a7779). Guard
against this condition to prevent a NULL dereference when the device is
probed.

Tested on:
* R-Mobile APE6 (r8a73a4) / APE6EVM
* R-Car H1 (r8a7779) / Marzen
* R-Car H2 (r8a7790) / Lager
* R-Car M2-W (r8a7791) / Koelsch
* R-Car M2-N (r8a7793) / Gose
* R-Car D3 ES1.0 (r8a77995) / Draak

Fixes: 1969d9dc2079 ("thermal: rcar_thermal: add r8a77995 support")
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/rcar_thermal.c