diff options
author | Dave Airlie <airlied@linux.ie> | 2006-08-12 16:03:26 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-22 05:32:32 +1000 |
commit | c2604ce05853939cf712ebc5acc0da4011289346 (patch) | |
tree | 49890202d044b01f8188a59bcc9c5daf40f08ce0 /drivers | |
parent | 572225bedf8e39b5dd7cc687a51015edbb738401 (diff) |
drm: remove a tab that snuck in
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/drm/drm_bufs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drm_bufs.c b/drivers/char/drm/drm_bufs.c index 4440257f33e..dde61209100 100644 --- a/drivers/char/drm/drm_bufs.c +++ b/drivers/char/drm/drm_bufs.c @@ -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; |