From: Inki Dae Date: Fri, 14 Jun 2013 08:54:27 +0000 (+0900) Subject: drm/exynos: make sure to handle an error case to vm_mmap call X-Git-Tag: v3.11-rc1~65^2~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f340e0314eab461d33ae91250f9b47af23918f;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed