aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb-uas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/usb-uas.c')
-rw-r--r--src/hw/usb-uas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/usb-uas.c b/src/hw/usb-uas.c
index f00221a1..6a8decc0 100644
--- a/src/hw/usb-uas.c
+++ b/src/hw/usb-uas.c
@@ -98,7 +98,7 @@ uas_process_op(struct disk_op_s *op)
return DISK_RET_EBADTRACK;
struct uasdrive_s *drive_gf = container_of(
- op->drive_gf, struct uasdrive_s, drive);
+ op->drive_fl, struct uasdrive_s, drive);
uas_ui ui;
memset(&ui, 0, sizeof(ui));