From: Steve Glendinning Date: Fri, 20 Mar 2009 08:14:53 +0000 (-0700) Subject: smsc9420: fix big endian rx checksum offload X-Git-Tag: v2.6.30-rc1~662^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7a3b75ba7af7d14a264fe3d414fcc74307f748;p=pandora-kernel.git smsc9420: fix big endian rx checksum offload The cpu_to_le16 here looks suspicious to me, I don't think we need it because put_unaligned_le16 also does this. I don't currently have any big endian hardware with a PCI bus available to test on, so I haven't been able to verify this. Signed-off-by: Steve Glendinning Signed-off-by: David S. Miller --- Reading git-diff-tree failed