Skip to content

Commit abb9fe4

Browse files
Wan Jiabingideak
authored andcommitted
drm/i915/display: remove duplicated argument
Fix the following coccicheck warning: ./drivers/gpu/drm/i915/display/intel_display_power.c:3081:1-28: duplicated argument to & or | This commit fixes duplicate argument. It might be a typo. But what I can do is to remove it now. Signed-off-by: Wan Jiabing <[email protected]> Signed-off-by: Imre Deak <[email protected]> Reviewed-by: Imre Deak <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 161058f commit abb9fe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/display/intel_display_power.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,6 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
30783078
BIT_ULL(POWER_DOMAIN_PORT_DDI_C_LANES) | \
30793079
BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_D_XELPD) | \
30803080
BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_E_XELPD) | \
3081-
BIT_ULL(POWER_DOMAIN_AUX_C) | \
30823081
BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC1) | \
30833082
BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC2) | \
30843083
BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC3) | \

0 commit comments

Comments
 (0)