From: Lee Jones Date: Fri, 6 Nov 2020 21:49:48 +0000 (+0000) Subject: drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder' X-Git-Tag: howlett/maple_spf/20210104~396^2^2~406 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d706d409d9848762bd89781b8cbb5d6b02413f5f;p=users%2Fjedix%2Flinux-maple.git drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder' Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/radeon/atombios_crtc.c:1796: warning: Excess function parameter 'encoder' description in 'radeon_get_shared_nondp_ppll' Cc: Alex Deucher Cc: "Christian König" Cc: David Airlie Cc: Daniel Vetter Cc: amd-gfx@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Signed-off-by: Lee Jones Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index 91811757104c..1979ed3d6547 100644 --- a/drivers/gpu/drm/radeon/atombios_crtc.c +++ b/drivers/gpu/drm/radeon/atombios_crtc.c @@ -1787,7 +1787,6 @@ static int radeon_get_shared_dp_ppll(struct drm_crtc *crtc) * radeon_get_shared_nondp_ppll - return the PPLL used by another non-DP crtc * * @crtc: drm crtc - * @encoder: drm encoder * * Returns the PPLL (Pixel PLL) used by another non-DP crtc/encoder which can * be shared (i.e., same clock).