From: Ilia Mirkin Date: Sun, 9 Feb 2014 20:51:25 +0000 (-0500) Subject: drm/nouveau/abi16: fix handles past the 32nd one X-Git-Tag: v3.15-rc1~51^2~39^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef98c1f7b37116ae45d892a23f46cffdda31773c;p=pandora-kernel.git drm/nouveau/abi16: fix handles past the 32nd one abi16->handles is a u64, so make sure to use 1ULL << val when modifying. Signed-off-by: Ilia Mirkin Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed