From: Laurent Pinchart Date: Wed, 30 Oct 2013 11:34:52 +0000 (+0100) Subject: mmc: sh_mmcif: Fix compilation warning on 64-bit platforms X-Git-Tag: v3.14-rc1~88^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538f4696bb75c7da4c7c88a7ce011b51c5fb260c;p=pandora-kernel.git mmc: sh_mmcif: Fix compilation warning on 64-bit platforms Casting an integer to a void * generates a "cast to pointer from integer of different size" warning. Cast the integer to an unsigned long first to fix it. Signed-off-by: Laurent Pinchart Signed-off-by: Chris Ball --- Reading git-diff-tree failed