From 538f4696bb75c7da4c7c88a7ce011b51c5fb260c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 30 Oct 2013 12:34:52 +0100 Subject: [PATCH] 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-format-patch failed