hw/rtc/twl92230: Add missing 'break'
commit61e21b05de63e044dcc24b37ecec7514e326f62c
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 11 Dec 2020 15:46:05 +0000 (11 16:46 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 18 Dec 2020 08:15:47 +0000 (18 09:15 +0100)
treeb2873f2ea57732f794eb3fa94c49eec9bf8d1d84
parent484bed05748d572a851e08412e4fb6bca8814342
hw/rtc/twl92230: Add missing 'break'

Add missing 'break' to fix:

  hw/rtc/twl92230.c: In function ‘menelaus_write’:
  hw/rtc/twl92230.c:713:5: error: label at end of compound statement
    713 |     default:
        |     ^~~~~~~

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20201211154605.511714-1-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/rtc/twl92230.c