]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/i915: fix build warning on 32-bit (v2)"
authorJan Moskyto Matejka <mq@suse.cz>
Mon, 28 Apr 2014 13:03:23 +0000 (15:03 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 May 2014 07:09:19 +0000 (09:09 +0200)
commitb2063b018d0eb60153cf9e8f468f77651887f609
tree0c526fc592b7d71852b9db7bd4361b0cc0a6bd56
parent53a441aa83ef5f2d9d8fb9b7cc5c1d89be0cae20
Revert "drm/i915: fix build warning on 32-bit (v2)"

This reverts commit eaeacbc9dabb411342a807f66fe37e492e3a5997.

The same warning has been fixed in f0f8b97b82ba4a87608059b5567a544088892f26 and
these two commits got merged in 74e99a84de2d0980320612db8015ba606af42114 which
caused another warning. Simply, the reverted commit casted the pointer
difference to unsigned long and the other commit changed the output type from
long to ptrdiff_t.

The other commit fixes the original warning the better way so I'm reverting
this commit now.

Signed-off-by: Jan Moskyto Matejka <mq@suse.cz>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_cmd_parser.c