diff options
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 14bfa53c6f7d..534d3fb87658 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c | |||
@@ -3429,7 +3429,7 @@ iscsi_get_host_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh) | |||
3429 | char *buf; | 3429 | char *buf; |
3430 | 3430 | ||
3431 | if (!transport->get_host_stats) | 3431 | if (!transport->get_host_stats) |
3432 | return -EINVAL; | 3432 | return -ENOSYS; |
3433 | 3433 | ||
3434 | priv = iscsi_if_transport_lookup(transport); | 3434 | priv = iscsi_if_transport_lookup(transport); |
3435 | if (!priv) | 3435 | if (!priv) |