OSDN Git Service

drm/vc4: hdmi: Remove unused argument in vc4_hdmi_supports_scrambling
authorMaxime Ripard <maxime@cerno.tech>
Mon, 29 Aug 2022 13:47:25 +0000 (15:47 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 13 Sep 2022 15:20:24 +0000 (16:20 +0100)
commitd098a31fe0f867cb7c00a4206740e768b00d8550
treef3c6c47d31eea139ce44de19a7d44315e68d40cf
parent58009c256b1134a5257407f60fd37396dc99cbca
drm/vc4: hdmi: Remove unused argument in vc4_hdmi_supports_scrambling

Even though vc4_hdmi_supports_scrambling takes a mode as an argument, it
never uses it. Let's remove it.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220829134731.213478-3-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c