提交 9ca94161 编写于 作者: M Michel Dänzer 提交者: Dave Airlie

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

Signed-off-by: NDave Airlie <airlied@linux.ie>
上级 7a3f1f21
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册