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)
commite074df4d23516597ce65d5056614073cc4e6bfc8
tree3330954c29da15d97d077feae928bb7901226c76
parentf75b6f76a484b24a346a1cd46a7e2553383a583d
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