From: Uwe Kleine-König Date: Thu, 13 Jan 2011 21:29:05 +0000 (+0100) Subject: net/fec: put the ioremap cookie immediately into a void __iomem pointer X-Git-Tag: v2.6.39-rc1~468^2~348^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e531b401752995493fa36ee8d8f10c45038e75;p=pandora-kernel.git net/fec: put the ioremap cookie immediately into a void __iomem pointer Saving it first into struct net_device->base_addr (which is an unsigned long) is pointless and only needs to use more casts than necessary. Reported-by: Lothar Waßmann Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed