From: Brice Goglin Date: Fri, 13 Jul 2007 18:15:13 +0000 (+0200) Subject: myri10ge: Remove nonsensical limit in the tx done routine X-Git-Tag: v2.6.23-rc1~768^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97884b5de95a11d1668f134a51c1d150d214391;p=pandora-kernel.git myri10ge: Remove nonsensical limit in the tx done routine Remove nonsensical limit in the tx done routine. Specifically, the loop will always terminate after processing <= 1 rings worth of frames, as the mcp index is not refetched, so the removed conditional could never be true. Signed-off-by: Brice Goglin Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed