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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Aug 2011 01:31:35 +0000 (18:31 -0700)
commit9ae352371ad759dba1053a284625a2dee785353f
tree06e5c5b249ce4b76b736e05c3baf523b821b4b37
parentc7b53ef3876b12a225039b930088eec77234661f
drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define

commit 842d452985300f4ec14c68cb86046e8a1a3b7251 upstream.

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>
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/drm/i915_drm.h