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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user