From: Xiaotian Feng Date: Wed, 27 May 2009 03:48:04 +0000 (-0700) Subject: gianfar: fix babbling rx error event bug X-Git-Tag: v2.6.30-rc8~9^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a36c1a398055e87a3646738abf3c1b0e98e7e2;p=pandora-kernel.git gianfar: fix babbling rx error event bug Gianfar interrupt handler uses IEVENT_ERR_MASK to check and handle errors. Babbling RX error (IEVENT_BABR) should be included in IEVENT_ERROR_MASK. Otherwise if BABR is raised, it never gets handled nor cleared, and an interrupt storm results. This has been observed to happen on sending a burst of ethernet frames to a gianfar based board. Signed-off-by: Xiaotian Feng Signed-off-by: David S. Miller --- Reading git-diff-tree failed