diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_fc.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.c b/drivers/s390/scsi/zfcp_fc.c index acadcd3c276a..8921e16fdab7 100644 --- a/drivers/s390/scsi/zfcp_fc.c +++ b/drivers/s390/scsi/zfcp_fc.c | |||
@@ -480,7 +480,7 @@ out: | |||
480 | void zfcp_test_link(struct zfcp_port *port) | 480 | void zfcp_test_link(struct zfcp_port *port) |
481 | { | 481 | { |
482 | zfcp_port_get(port); | 482 | zfcp_port_get(port); |
483 | if (!queue_work(zfcp_data.work_queue, &port->test_link_work)) | 483 | if (!queue_work(port->adapter->work_queue, &port->test_link_work)) |
484 | zfcp_port_put(port); | 484 | zfcp_port_put(port); |
485 | } | 485 | } |
486 | 486 | ||