Skip to content

Commit

Permalink
hw: aspeed_gpio: Cleanup stray semicolon after switch
Browse files Browse the repository at this point in the history
Not sure how that got there.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Message-Id: <20220207150409.358888-2-andrew@aj.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
  • Loading branch information
amboar authored and legoater committed Mar 8, 2022
1 parent a20c54b commit 4617977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/gpio/aspeed_gpio.c
Expand Up @@ -571,7 +571,7 @@ static uint64_t aspeed_gpio_read(void *opaque, hwaddr offset, uint32_t size)
qemu_log_mask(LOG_GUEST_ERROR, "%s: no getter for offset 0x%"
HWADDR_PRIx"\n", __func__, offset);
return 0;
};
}
}

static void aspeed_gpio_write(void *opaque, hwaddr offset, uint64_t data,
Expand Down

0 comments on commit 4617977

Please sign in to comment.