sys/arm64/rockchip/rk_gpio.c: remove an extra semicolon

Signed-off-by: rilysh <nightquick@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/959
This commit is contained in:
rilysh
2024-02-02 17:38:13 -07:00
committed by Warner Losh
parent 2d146764cd
commit cba889e63c
+1 -1
View File
@@ -204,7 +204,7 @@ rk_gpio_write_4(struct rk_gpio_softc *sc, int reg, uint32_t value)
static int
rk_gpio_intr(void *arg)
{
struct rk_gpio_softc *sc = (struct rk_gpio_softc *)arg;;
struct rk_gpio_softc *sc = (struct rk_gpio_softc *)arg;
struct trapframe *tf = curthread->td_intr_frame;
uint32_t status;