diff options
Diffstat (limited to 'drivers/scsi/libsas/sas_discover.c')
-rw-r--r-- | drivers/scsi/libsas/sas_discover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_discover.c b/drivers/scsi/libsas/sas_discover.c index 21f538e4a0b5..b6ba0e053d1a 100644 --- a/drivers/scsi/libsas/sas_discover.c +++ b/drivers/scsi/libsas/sas_discover.c | |||
@@ -753,7 +753,7 @@ int sas_discover_event(struct asd_sas_port *port, enum discover_event ev) | |||
753 | BUG_ON(ev >= DISC_NUM_EVENTS); | 753 | BUG_ON(ev >= DISC_NUM_EVENTS); |
754 | 754 | ||
755 | sas_queue_event(ev, &disc->disc_event_lock, &disc->pending, | 755 | sas_queue_event(ev, &disc->disc_event_lock, &disc->pending, |
756 | &disc->disc_work[ev].work, port->ha->core.shost); | 756 | &disc->disc_work[ev].work, port->ha); |
757 | 757 | ||
758 | return 0; | 758 | return 0; |
759 | } | 759 | } |