diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-04-24 23:53:10 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 01:56:14 -0400 |
commit | 7ef0a7ee2f9ac7ee8e2a597821adb2a78b882791 (patch) | |
tree | 71511e805b73a2cf0e705fbc994646e9dfa83513 /drivers/net/bfin_mac.h | |
parent | 4e5b864e7cac67f06f18147b1980cb6b8fb213ec (diff) |
Blackfin EMAC Driver: code cleanup
- replace specific "bf537" function or data structure name to "bfin_mac"
- cleanup bfin_mac_probe with error checking
- punt set_pin_mux function, call peripheral request/free list functions directly
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/bfin_mac.h')
-rw-r--r-- | drivers/net/bfin_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bfin_mac.h b/drivers/net/bfin_mac.h index f774d5a36942..beff51064ff4 100644 --- a/drivers/net/bfin_mac.h +++ b/drivers/net/bfin_mac.h | |||
@@ -49,7 +49,7 @@ struct net_dma_desc_tx { | |||
49 | struct status_area_tx status; | 49 | struct status_area_tx status; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | struct bf537mac_local { | 52 | struct bfin_mac_local { |
53 | /* | 53 | /* |
54 | * these are things that the kernel wants me to keep, so users | 54 | * these are things that the kernel wants me to keep, so users |
55 | * can find out semi-useless statistics of how well the card is | 55 | * can find out semi-useless statistics of how well the card is |