Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca94161 authored by Michel Dänzer's avatar Michel Dänzer Committed by Dave Airlie
Browse files

drm: radeon: add some debug output when getparam is called with unknown



Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 7a3f1f21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2997,6 +2997,7 @@ static int radeon_cp_getparam(DRM_IOCTL_ARGS)
			value = RADEON_CARD_PCI;
		break;
	default:
		DRM_DEBUG("Invalid parameter %d\n", param.param);
		return DRM_ERR(EINVAL);
	}