aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/mss-spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ssi/mss-spi.c')
-rw-r--r--hw/ssi/mss-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ssi/mss-spi.c b/hw/ssi/mss-spi.c
index d60daba882..185e1a3920 100644
--- a/hw/ssi/mss-spi.c
+++ b/hw/ssi/mss-spi.c
@@ -35,7 +35,7 @@
if (MSS_SPI_ERR_DEBUG >= lvl) { \
qemu_log("%s: " fmt "\n", __func__, ## args); \
} \
-} while (0);
+} while (0)
#define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args)