mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
rtl931x: reformat broken indentation
the given code-format did not correctly express the condition and made the code harder to read then necessary. Signed-off-by: Peter Körner <git@mazdermind.de>
This commit is contained in:
parent
5bfdd83393
commit
b49a0feb20
@ -1586,9 +1586,9 @@ static void rtl931x_led_init(struct rtl838x_switch_priv *priv)
|
||||
sw_w32_mask(0x3 << pos, v << pos, RTL931X_LED_PORT_NUM_CTRL(i));
|
||||
|
||||
if (priv->ports[i].phy_is_integrated)
|
||||
pm_fiber |= BIT_ULL(i);
|
||||
else
|
||||
pm_copper |= BIT_ULL(i);
|
||||
pm_fiber |= BIT_ULL(i);
|
||||
else
|
||||
pm_copper |= BIT_ULL(i);
|
||||
|
||||
set = priv->ports[i].led_set;
|
||||
sw_w32_mask(0, set << pos, RTL931X_LED_PORT_COPR_SET_SEL_CTRL(i));
|
||||
|
Loading…
x
Reference in New Issue
Block a user