mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
11b982e950
Currently the null pointer check on dvb_spi->vcc_supply is inverted and
this leads to only null values of the dvb_spi->vcc_supply being passed
to the call of regulator_disable causing null pointer dereferences.
Fix this by only calling regulator_disable if dvb_spi->vcc_supply is
not null.
Addresses-Coverity: ("Dereference after null check")
Fixes:
|
||
---|---|---|
.. | ||
cxd2880-spi.c | ||
gs1662.c | ||
Kconfig | ||
Makefile |