commit | 34eab43ed2483e69bc79fd2e3aaf5adfae771907 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Jun 04 09:18:29 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 13 10:43:50 2014 +0100 |
tree | 6200729d3999d2bef4c952974c4b02499fc82f5f | |
parent | c6a843256a2523c621eb109770c2868ebc29c508 [diff] |
drm/prime: Use unsigned type for number of pages 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>