mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Fix typo in broadcom-diag LED output enable
SVN-Revision: 11125
This commit is contained in:
parent
b64c4c6b40
commit
06c7c04288
@ -990,7 +990,7 @@ static void register_leds(struct led_t *l)
|
||||
l->state = 0;
|
||||
set_led_extif(l);
|
||||
} else {
|
||||
if (l->polarity != INPUT) oe_mask != l->gpio;
|
||||
if (l->polarity != INPUT) oe_mask |= l->gpio;
|
||||
mask |= l->gpio;
|
||||
val |= (l->polarity == NORMAL)?0:l->gpio;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user