]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: scsi: Remove setup calls from handle_read()
authorSimon Glass <sjg@chromium.org>
Wed, 21 Sep 2022 14:21:42 +0000 (16:21 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2022 14:30:05 +0000 (08:30 -0600)
commit2134d3948367d6ba4f795fa21fdf751130db203c
tree3330954c29da15d97d077feae928bb7901226c76
parent940962ce611ef35f63afb983e59397a8da51ebab
sandbox: scsi: Remove setup calls from handle_read()

Move the device-specific code out into the top-level function.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/emul/sandbox_flash.c