mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: Fix whitespace in the rt3052 switch driver.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48094 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1417,19 +1417,19 @@ static int esw_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
port_map = of_get_property(np, "ralink,portmap", NULL);
|
||||
if (port_map)
|
||||
if (port_map)
|
||||
esw->port_map = be32_to_cpu(*port_map);
|
||||
|
||||
reg_init = of_get_property(np, "ralink,fct2", NULL);
|
||||
if (reg_init)
|
||||
if (reg_init)
|
||||
esw->reg_initval_fct2 = be32_to_cpu(*reg_init);
|
||||
|
||||
reg_init = of_get_property(np, "ralink,fpa2", NULL);
|
||||
if (reg_init)
|
||||
if (reg_init)
|
||||
esw->reg_initval_fpa2 = be32_to_cpu(*reg_init);
|
||||
|
||||
reg_init = of_get_property(np, "ralink,led_polarity", NULL);
|
||||
if (reg_init)
|
||||
if (reg_init)
|
||||
esw->reg_led_polarity = be32_to_cpu(*reg_init);
|
||||
|
||||
swdev = &esw->swdev;
|
||||
|
||||
Reference in New Issue
Block a user