From: Atsushi Nemoto Date: Thu, 26 Jun 2008 08:14:15 +0000 (+0900) Subject: tc35815: Fix receiver hangup on Rx FIFO overflow X-Git-Tag: v2.6.26-rc9~84^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccc57aac9c9532b4540968632a8c4a0b946dbcc4;p=pandora-kernel.git tc35815: Fix receiver hangup on Rx FIFO overflow On Rx FIFO overflow error, the controller consume a buffer descriptor but currently the driver does not give it back to the controller. This results unrecoverable 'Buffer List Exhausted' condition. This patch fix this problem by moving a "fbl_count--" line to proper place. Signed-off-by: Atsushi Nemoto Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed