]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: spi: sandbox_sf_process_cmd() missing fallthrough
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Apr 2023 07:38:05 +0000 (09:38 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Apr 2023 17:30:17 +0000 (11:30 -0600)
commitbc764491c8e1ae324d05477c4cbf03823f8d48e2
treea8ba4e3332d2b139385f231b3eb31f6d150d7778
parent4e0d55919b6eb941241dba002f4c719811268adb
sandbox: spi: sandbox_sf_process_cmd() missing fallthrough

Add a missing fallthrough macro to avoid a -Wimplicit-fallthrough warning.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mtd/spi/sandbox.c