Re: [PATCH 1/1] sandbox: spi: sandbox_sf_process_cmd() missing fallthrough

2023-04-22 Thread Simon Glass
On Sat, 1 Apr 2023 at 20:38, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > > Add a missing fallthrough macro to avoid a -Wimplicit-fallthrough warning. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/mtd/spi/sandbox.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-

Re: [PATCH 1/1] sandbox: spi: sandbox_sf_process_cmd() missing fallthrough

2023-04-01 Thread Simon Glass
On Sat, 1 Apr 2023 at 20:38, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > > Add a missing fallthrough macro to avoid a -Wimplicit-fallthrough warning. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/mtd/spi/sandbox.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-

[PATCH 1/1] sandbox: spi: sandbox_sf_process_cmd() missing fallthrough

2023-04-01 Thread Heinrich Schuchardt
Add a missing fallthrough macro to avoid a -Wimplicit-fallthrough warning. Signed-off-by: Heinrich Schuchardt --- drivers/mtd/spi/sandbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sandbox.c b/drivers/mtd/spi/sandbox.c index 3c01e3b41c..4fe547171a 100644 --- a/drivers/