mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
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.c | ||
| intel_pmic.h | ||
| 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 | ||
| Kconfig | ||
| Makefile | ||
| tps68470_pmic.c | ||