From: Simon Horman Date: Thu, 10 Oct 2013 05:51:16 +0000 (+0900) Subject: net: sh_eth: Correct fix for RX packet errors on R8A7740 X-Git-Tag: v3.12-rc7~20^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc23528db0300d5c8c0b98670a577bf1dc3e0e82;p=pandora-kernel.git net: sh_eth: Correct fix for RX packet errors on R8A7740 Nguyen Hong Ky posted a patch to correct RX packet errors on R8A7740 which was applied as 2c6221e4a5aab417 ("net: sh_eth: Fix RX packets errors on R8A7740"). Unfortunately sh_eth.c contains many similar instances of struct sh_eth_cpu_data and the patch was miss-applied, updating sh7734_data instead of r8a7740_data. This patch corrects this problem by. 1. Reverting the change to sh7734_data and; 2. Applying the change to r8a7740_data. Signed-off-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed