mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 02:48:04 +02:00
Some debug output when the getparam ioctl is called with an unknown parameter.
This commit is contained in:
parent
b9243ce3d5
commit
7dea64677b
1 changed files with 1 additions and 0 deletions
|
|
@ -3035,6 +3035,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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue