From: Sergei Shtylyov Date: Sat, 17 Aug 2013 22:19:09 +0000 (+0400) Subject: SolutionEngine7724: fix Ether support X-Git-Tag: v3.12-rc1~132^2~248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd61224b1cbec096694e89c4187119c8576fe186;p=pandora-kernel.git SolutionEngine7724: fix Ether support The Ether platform data is behind the declaration of 'struct sh_eth_plat_data' as it's lacking the initializers for the 'register_type' and 'phy_interface' fields -- it means they'll be implicitly and wrongly set to SH_ETH_REG_GIGABIT and PHY_INTERFACE_MODE_NA. Initialize the fields explicitly and fix off-by-one error in the Ether memory resource end, while at it... Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed