git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a8432
)
drm/prime: Use unsigned type for number of pages
author
Thierry Reding
<treding@nvidia.com>
Wed, 4 Jun 2014 07:18:29 +0000
(09:18 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 13 Nov 2014 09:43:50 +0000
(10:43 +0100)
The number of pages can never be negative, so an unsigned type is
enough. This also matches the type of the n_pages argument of the
sg_alloc_table_from_pages() function.
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found