mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arm64: rockchip: Remove a stray semicolon
MFC after: 1 week
This commit is contained in:
parent
56b17de1e8
commit
88b71d1fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -1191,7 +1191,7 @@ rk_pinctrl_configure_pin(struct rk_pinctrl_softc *sc, uint32_t *pindata)
|
|||
|
||||
drive = ((1 << (value + 1)) - 1) << (pin % 2);
|
||||
|
||||
mask = 0x3f << (pin % 2);;
|
||||
mask = 0x3f << (pin % 2);
|
||||
|
||||
SYSCON_WRITE_4(syscon, reg, drive | (mask << 16));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue