Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
507c0185
Commit
507c0185
authored
Oct 24, 2006
by
=?utf-8?q?Felix_K=C3=BChling?=
Committed by
airlied
Dec 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as intended.
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
cdec2f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/char/drm/drm_drawable.c
drivers/char/drm/drm_drawable.c
+2
-1
No files found.
drivers/char/drm/drm_drawable.c
View file @
507c0185
...
...
@@ -132,7 +132,8 @@ int drm_rmdraw(DRM_IOCTL_ARGS)
{
DRM_DEVICE
;
drm_draw_t
draw
;
unsigned
int
id
,
idx
,
shift
;
int
id
,
idx
;
unsigned
int
shift
;
unsigned
long
irqflags
;
u32
*
bitfield
=
dev
->
drw_bitfield
;
unsigned
int
bitfield_length
=
dev
->
drw_bitfield_length
;
...
...
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