Re: [PATCH 1/1] sandbox: fix fall through in sandbox_flash_bulk()

2023-04-22 Thread Simon Glass
On Sat, 1 Apr 2023 at 19:25, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > > Handling of SANDBOX_FLASH_EP_OUT should never fall through to > SANDBOX_FLASH_EP_IN. > > This addresses a warning shown when compiling with > -Wimplicit-fallthrough. > > Signed-off-by: Heinrich Schuchar

Re: [PATCH 1/1] sandbox: fix fall through in sandbox_flash_bulk()

2023-04-01 Thread Simon Glass
On Sat, 1 Apr 2023 at 19:25, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > > Handling of SANDBOX_FLASH_EP_OUT should never fall through to > SANDBOX_FLASH_EP_IN. > > This addresses a warning shown when compiling with > -Wimplicit-fallthrough. > > Signed-off-by: Heinrich Schuchar

[PATCH 1/1] sandbox: fix fall through in sandbox_flash_bulk()

2023-03-31 Thread Heinrich Schuchardt
Handling of SANDBOX_FLASH_EP_OUT should never fall through to SANDBOX_FLASH_EP_IN. This addresses a warning shown when compiling with -Wimplicit-fallthrough. Signed-off-by: Heinrich Schuchardt --- drivers/usb/emul/sandbox_flash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/e