mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm64: rockchip: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit 88b71d1fe054f9baace237494d22288256a7fca1)
This commit is contained in:
parent
30e256e1fa
commit
4d2d1e824b
1 changed files with 1 additions and 1 deletions
|
|
@ -1192,7 +1192,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