ramips: Fix comment in rt3052 ethernet switch driver.
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jan 2016 18:03:07 +0000 (18:03 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jan 2016 18:03:07 +0000 (18:03 +0000)
commite48ab0996371c4d0d280521d53a937562af917e8
tree225d612ff2a9f822e9f30a83cb979d1c504ab7ba
parenta68805c51b00e22aacddba3cf105942b8499c087
ramips: Fix comment in rt3052 ethernet switch driver.

Line 461 is actually enabling all switch ports by setting the disable bits
to 0. This needs to be done because the bootloader sets all ports to disabled
by default (which is the case for at least one router based on RT5350).

So, this patch fixes the comment in line 460.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48095 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c