From: Andrew Victor Date: Tue, 20 Jun 2006 10:10:57 +0000 (+0200) Subject: [PATCH] AT91RM9200 Ethernet #3: Cleanup X-Git-Tag: v2.6.18-rc1~1081^2~224^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427d269f17fd02d192e9ae3bd93bdc07790fa02c;p=pandora-kernel.git [PATCH] AT91RM9200 Ethernet #3: Cleanup Moved global ether_clk variable into controller data structure. Patch from David Brownell. Davicom 9161 PHY was being incorrectly displayed as "9196". Patch from Brian Stafford. clk_get() doesn't return NULL on error, so the return value needs to be tested with IS_ERR(). Whitespace cleanup. Signed-off-by: Andrew Victor Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed