mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
The function performs a check on the "phy" input parameter, however, it
is used before the check.
Initialize the "dev" variable after the sanity check to avoid a possible
NULL pointer dereference.
Fixes:
|
||
---|---|---|
.. | ||
dsi_phy.c | ||
dsi_phy.h | ||
dsi_phy_7nm.c | ||
dsi_phy_10nm.c | ||
dsi_phy_14nm.c | ||
dsi_phy_20nm.c | ||
dsi_phy_28nm.c | ||
dsi_phy_28nm_8960.c |