[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210607121423.GB3787465@ideak-desk.fi.intel.com>
Date: Mon, 7 Jun 2021 15:14:23 +0300
From: Imre Deak <imre.deak@...el.com>
To: Wan Jiabing <wanjiabing@...o.com>
Cc: Jani Nikula <jani.nikula@...ux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@...el.com>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Lucas De Marchi <lucas.demarchi@...el.com>,
Matt Roper <matthew.d.roper@...el.com>,
José Roberto de Souza
<jose.souza@...el.com>,
Ville Syrjälä
<ville.syrjala@...ux.intel.com>,
Anusha Srivatsa <anusha.srivatsa@...el.com>,
intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drm/i915/display: remove duplicated argument
On Sat, Jun 05, 2021 at 11:22:07AM +0800, Wan Jiabing wrote:
> 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 <wanjiabing@...o.com>
Thanks, pushed to drm-intel-next.
> ---
> drivers/gpu/drm/i915/display/intel_display_power.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c
> index 3e1f6ec61514..4298ae684d7d 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_power.c
> +++ b/drivers/gpu/drm/i915/display/intel_display_power.c
> @@ -3078,7 +3078,6 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
> BIT_ULL(POWER_DOMAIN_PORT_DDI_C_LANES) | \
> BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_D_XELPD) | \
> BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_E_XELPD) | \
> - BIT_ULL(POWER_DOMAIN_AUX_C) | \
> BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC1) | \
> BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC2) | \
> BIT_ULL(POWER_DOMAIN_PORT_DDI_LANES_TC3) | \
> --
> 2.20.1
>
Powered by blists - more mailing lists