diff options
author | 2013-06-14 17:54:27 +0900 | |
---|---|---|
committer | 2013-06-28 21:13:56 +0900 | |
commit | 23f340e0314eab461d33ae91250f9b47af23918f (patch) | |
tree | c0fd433e18b16354cc66976e0de61c543a195cb8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/exynos: exynos_drm_ipp: Remove redundant break statement (diff) | |
download | linux-dev-23f340e0314eab461d33ae91250f9b47af23918f.tar.xz linux-dev-23f340e0314eab461d33ae91250f9b47af23918f.zip |
drm/exynos: make sure to handle an error case to vm_mmap call
vm_mmap function returns unsigned long so addr type should be unsigned long.
a pointer or address variable is required to use unsigned long or uint64_t
type for 64bits address support.
So this patch makes sure that addr has unsigned long type and also
exynos_drm_gem_mmap_ioctl returns correct error type.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions