From 6bc21eedcfbf35a087911578e7e30f98c5ece478 Mon Sep 17 00:00:00 2001 From: Pankaj Dubey Date: Fri, 10 Jan 2014 12:04:06 +0900 Subject: [PATCH] drivers: net: silence compiler warning in smc91x.c If used 64 bit compiler GCC warns that: drivers/net/ethernet/smsc/smc91x.c:1897:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] This patch fixes this by changing typecast from "unsigned int" to "unsigned long" CC: "David S. Miller" CC: Jingoo Han CC: netdev@vger.kernel.org Signed-off-by: Pankaj Dubey Signed-off-by: David S. Miller --- Reading git-format-patch failed