From: Ben Hutchings Date: Sun, 27 Oct 2013 21:52:39 +0000 (+0000) Subject: drm: Pass pointers to virt_to_page() X-Git-Tag: v3.13-rc1~76^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e78533f2ddeabef5dc6545739211795ac4b822;p=pandora-kernel.git drm: Pass pointers to virt_to_page() Most architectures define virt_to_page() as a macro that casts its argument such that an argument of type unsigned long will be accepted without complaint. However, the proper type is void *, and passing unsigned long results in a warning on MIPS. Compile-tested only. Signed-off-by: Ben Hutchings Signed-off-by: Dave Airlie --- Reading git-diff-tree failed