drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define
authorOle Henrik Jahren <olehenja@alumni.ntnu.no>
Fri, 22 Jul 2011 13:56:01 +0000 (15:56 +0200)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Jul 2011 20:36:44 +0000 (13:36 -0700)
commitb36139a0c939bc18b816cdab4e2bd7b0f969b2aa
tree14c16182fe2b53292edcf8f35d07554b06fd6a2f
parentc222577cd65765acb0fa11efa4bf29c16b20de1e
drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define

Because of a typo, calling ioctl with DRM_IOCTL_I915_OVERLAY_PUT_IMAGE
is broken if the macro is used directly. When using libdrm the bug is
not hit, since libdrm handles the ioctl encoding internally.

The typo also leads to the .cmd and .cmd_drv fields of the drm_ioctl
structure for DRM_I915_OVERLAY_PUT_IMAGE having inconsistent content.

Signed-off-by: Ole Henrik Jahren <olehenja@alumni.ntnu.no>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: stable@kernel.org
Signed-off-by: Keith Packard <keithp@keithp.com>
include/drm/i915_drm.h