mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08: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 |