On Fri, Apr 11, 2014 at 11:36:11PM +0200, Daniel Vetter wrote: [...]
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 93a42040bedb..5aea5b57ba4b 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c @@ -93,7 +93,8 @@ drm_unset_busid(struct drm_device *dev,
- Copies the bus id from userspace into drm_device::unique, and verifies that
- it matches the device this DRM is attached to (EINVAL otherwise). Deprecated
- in interface version 1.1 and will return EBUSY when setversion has requested
- version 1.1 or greater.
- version 1.1 or greater. Also note that KMS is all version 1.1 and later and
- UMS was only ever support on pci devices.
Nit: s/support on/supported on/, otherwise:
Reviewed-by: Thierry Reding treding@nvidia.com