Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon Mark unused



details:   https://anonhg.NetBSD.org/src/rev/65590222760c
branches:  trunk
changeset: 1028240:65590222760c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:54:57 2021 +0000

description:
Mark unused


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/dist/drm/radeon/radeon_dp_mst.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 069a69fb0796 -r 65590222760c sys/external/bsd/drm2/dist/drm/radeon/radeon_dp_mst.c
--- a/sys/external/bsd/drm2/dist/drm/radeon/radeon_dp_mst.c     Sun Dec 19 09:54:48 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/radeon_dp_mst.c     Sun Dec 19 09:54:57 2021 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: radeon_dp_mst.c,v 1.4 2021/12/18 23:45:43 riastradh Exp $      */
+/*     $NetBSD: radeon_dp_mst.c,v 1.5 2021/12/19 09:54:57 riastradh Exp $      */
 
 // SPDX-License-Identifier: MIT
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_dp_mst.c,v 1.4 2021/12/18 23:45:43 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_dp_mst.c,v 1.5 2021/12/19 09:54:57 riastradh Exp $");
 
 #include <drm/drm_debugfs.h>
 #include <drm/drm_dp_mst_helper.h>
@@ -395,7 +395,7 @@
        struct radeon_connector *radeon_connector;
        struct drm_crtc *crtc;
        struct radeon_crtc *radeon_crtc;
-       int ret, slots;
+       int ret __unused, slots;
        s64 fixed_pbn, fixed_pbn_per_slot, avg_time_slots_per_mtp;
        if (!ASIC_IS_DCE5(rdev)) {
                DRM_ERROR("got mst dpms on non-DCE5\n");



Home | Main Index | Thread Index | Old Index