From: Jonas Bonn Date: Thu, 25 Nov 2010 02:30:28 +0000 (+0000) Subject: ethoc: Double check pending RX packet X-Git-Tag: v2.6.38-rc1~476^2~432 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f70ddd6558a39a89dba4af675686c5a8dbd7b3;p=pandora-kernel.git ethoc: Double check pending RX packet An interrupt may occur between checking bd.stat and clearing the interrupt source register which would result in the packet going totally unnoticed as the interrupt will be missed. Double check bd.stat after clearing the interrupt source register to guard against such an occurrence. Signed-off-by: Jonas Bonn Signed-off-by: David S. Miller --- Reading git-diff-tree failed