diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-07-31 10:06:05 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-07-31 10:06:05 +0000 |
commit | 3aca383c7230d72b8f8570ee9207b87ef48fcf20 (patch) | |
tree | 4dfbcff0fae823af7165dbf76dd8117e796e7df0 /target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch | |
parent | 96911f6b586e468d4524785a7b2e396379ff92de (diff) | |
download | upstream-3aca383c7230d72b8f8570ee9207b87ef48fcf20.tar.gz upstream-3aca383c7230d72b8f8570ee9207b87ef48fcf20.tar.bz2 upstream-3aca383c7230d72b8f8570ee9207b87ef48fcf20.zip |
brcm47xx: some checkpatch fixes
SVN-Revision: 22425
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch b/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch index 384b925a06..05fa0c7f99 100644 --- a/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch +++ b/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch @@ -111,7 +111,7 @@ + if (tp->tg3_flags3 & TG3_FLG3_ROBOSWITCH) { + current_link_up = 1; -+ current_speed = SPEED_1000; //FIXME ++ current_speed = SPEED_1000; /* FIXME */ + current_duplex = DUPLEX_FULL; + tp->link_config.active_speed = current_speed; + tp->link_config.active_duplex = current_duplex; |