]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] AT91RM9200 Ethernet #3: Cleanup
authorAndrew Victor <andrew@sanpeople.com>
Tue, 20 Jun 2006 10:10:57 +0000 (12:10 +0200)
committerJeff Garzik <jeff@garzik.org>
Fri, 23 Jun 2006 02:56:21 +0000 (22:56 -0400)
commit427d269f17fd02d192e9ae3bd93bdc07790fa02c
tree2bb5f446e7e134173a7b83a4940d147dd88a2c19
parentca5585ed248dc01ce918002ee9a9c9c41ae4f7c0
[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 <andrew@sanpeople.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/arm/at91_ether.c
drivers/net/arm/at91_ether.h