From: Ole Henrik Jahren Date: Fri, 22 Jul 2011 13:56:01 +0000 (+0200) Subject: drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define X-Git-Tag: v3.1-rc1~22^2~10^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842d452985300f4ec14c68cb86046e8a1a3b7251;p=pandora-kernel.git 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 Acked-by: Daniel Vetter Cc: stable@kernel.org Signed-off-by: Keith Packard --- Reading git-diff-tree failed