drm/i915/display: remove duplicated argument
authorWan Jiabing <wanjiabing@vivo.com>
Sat, 5 Jun 2021 03:22:07 +0000 (11:22 +0800)
committerImre Deak <imre.deak@intel.com>
Mon, 7 Jun 2021 12:08:38 +0000 (15:08 +0300)
commitabb9fe438b827d8d7b844958f1acd261c5ad2b46
tree9ad63d68d8b992e560563c342c222e3c1362b251
parent161058fb899e83d1ee029311e4bb7b9387508815
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 <wanjiabing@vivo.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210605032209.16111-1-wanjiabing@vivo.com
drivers/gpu/drm/i915/display/intel_display_power.c