mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
07442c46ab
In tps68470_pmic_opregion_probe() pointer 'dev' is compared to NULL which
is useless.
Fix this issue by removing unneeded check.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes:
|
||
---|---|---|
.. | ||
intel_pmic_bxtwc.c | ||
intel_pmic_bytcrc.c | ||
intel_pmic_chtcrc.c | ||
intel_pmic_chtdc_ti.c | ||
intel_pmic_chtwc.c | ||
intel_pmic_xpower.c | ||
intel_pmic.c | ||
intel_pmic.h | ||
Kconfig | ||
Makefile | ||
tps68470_pmic.c |