ramips: Fix comment in rt3052 ethernet switch driver.
authorJohn Crispin <john@openwrt.org>
Sun, 3 Jan 2016 18:03:07 +0000 (18:03 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 3 Jan 2016 18:03:07 +0000 (18:03 +0000)
commit493907f864ada2ac15ea951b1e61134f09ba883a
tree225d612ff2a9f822e9f30a83cb979d1c504ab7ba
parentacece5c002b93e7f403806b046d2461051b671bf
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>
SVN-Revision: 48095
target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c