Commit e52e0314 authored by Hans de Goede's avatar Hans de Goede Committed by Sarah Sharp

uas: s/response_ui/response_iu/

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
parent 4de7a373
...@@ -46,7 +46,7 @@ struct uas_dev_info { ...@@ -46,7 +46,7 @@ struct uas_dev_info {
struct usb_anchor sense_urbs; struct usb_anchor sense_urbs;
struct usb_anchor data_urbs; struct usb_anchor data_urbs;
int qdepth, resetting; int qdepth, resetting;
struct response_ui response; struct response_iu response;
unsigned cmd_pipe, status_pipe, data_in_pipe, data_out_pipe; unsigned cmd_pipe, status_pipe, data_in_pipe, data_out_pipe;
unsigned use_streams:1; unsigned use_streams:1;
unsigned uas_sense_old:1; unsigned uas_sense_old:1;
......
...@@ -79,7 +79,7 @@ struct sense_iu { ...@@ -79,7 +79,7 @@ struct sense_iu {
__u8 sense[SCSI_SENSE_BUFFERSIZE]; __u8 sense[SCSI_SENSE_BUFFERSIZE];
}; };
struct response_ui { struct response_iu {
__u8 iu_id; __u8 iu_id;
__u8 rsvd1; __u8 rsvd1;
__be16 tag; __be16 tag;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment