]> git.dujemihanovic.xyz Git - u-boot.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)
commit278c9b22ba109a0c5aa946905dcd83caea85090f
treea8ba4e3332d2b139385f231b3eb31f6d150d7778
parent42175a70d1e85bf0e7949b3e27633fac0aa8d4b1
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