Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c2604ce0
Commit
c2604ce0
authored
Aug 12, 2006
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: remove a tab that snuck in
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
572225be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/char/drm/drm_bufs.c
drivers/char/drm/drm_bufs.c
+1
-1
No files found.
drivers/char/drm/drm_bufs.c
View file @
c2604ce0
...
@@ -69,7 +69,7 @@ int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
...
@@ -69,7 +69,7 @@ int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
unsigned
long
user_token
,
int
hashed_handle
)
unsigned
long
user_token
,
int
hashed_handle
)
{
{
int
use_hashed_handle
;
int
use_hashed_handle
;
#if (BITS_PER_LONG == 64)
#if (BITS_PER_LONG == 64)
use_hashed_handle
=
((
user_token
&
0xFFFFFFFF00000000UL
)
||
hashed_handle
);
use_hashed_handle
=
((
user_token
&
0xFFFFFFFF00000000UL
)
||
hashed_handle
);
#elif (BITS_PER_LONG == 32)
#elif (BITS_PER_LONG == 32)
use_hashed_handle
=
hashed_handle
;
use_hashed_handle
=
hashed_handle
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment