mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 02:13:52 -04:00
drm: remove a tab that snuck in
Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
@@ -69,7 +69,7 @@ int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
|
||||
unsigned long user_token, int hashed_handle)
|
||||
{
|
||||
int use_hashed_handle;
|
||||
#if (BITS_PER_LONG == 64)
|
||||
#if (BITS_PER_LONG == 64)
|
||||
use_hashed_handle = ((user_token & 0xFFFFFFFF00000000UL) || hashed_handle);
|
||||
#elif (BITS_PER_LONG == 32)
|
||||
use_hashed_handle = hashed_handle;
|
||||
|
||||
Reference in New Issue
Block a user