From: Sergei Shtylyov Date: Thu, 15 Feb 2007 13:56:01 +0000 (+0400) Subject: gianfar: don't duplicate gfar_error() X-Git-Tag: v2.6.21-rc1~74^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538cc7ee7dddaedf9442f32ec4cc617a070ef341;p=pandora-kernel.git gianfar: don't duplicate gfar_error() It was hardly necessary to repeat most of the code from gfar_error() in gfar_interrupt(), especially having some inconsistencies between the two. So, make the gfar_interrupt() just call gfar_error(), and not acknowledge the interrupts itself as gfar_{receive/transmit/error}() do it anyway. While at it, also clarify/cleanup debug messages in gfar_error()... Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed