forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
-Wuninitialized[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.9This bug was fixed in Linux 5.9This bug was fixed in Linux 5.9
Description
drivers/gpu/drm/i915/display/intel_combo_phy.c:268:3: warning: variable 'ret' is uninitialized when used here [-Wuninitialized]
ret &= check_phy_reg(dev_priv, phy, ICL_PORT_TX_DW8_LN0(phy),
^~~
drivers/gpu/drm/i915/display/intel_combo_phy.c:261:10: note: initialize the variable 'ret' to silence this warning
bool ret;
^
= 0
1 warning generated.
Patch submitted: https://lore.kernel.org/lkml/20200716042742.123169-1-natechancellor@gmail.com/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
-Wuninitialized[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.9This bug was fixed in Linux 5.9This bug was fixed in Linux 5.9