]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/emul/sandbox_flash.c
usb: gadget: sdp: extend images compatible for jumps
[u-boot] / drivers / usb / emul / sandbox_flash.c
index 73fa82b8e61380e376a3093d8e3a4fc950ad0b0f..98d20c0bc1500c3c120c8105b19f62d723538c46 100644 (file)
@@ -244,7 +244,7 @@ static int handle_ufi_command(struct sandbox_flash_plat *plat,
                              struct sandbox_flash_priv *priv, const void *buff,
                              int len)
 {
-       const struct SCSI_cmd_block *req = buff;
+       const struct scsi_cmd *req = buff;
 
        switch (*req->cmd) {
        case SCSI_INQUIRY: {