The comment some lines above states that disabled devices
must not reset.

Signed-off-by: Nicolas Kaiser <ni...@nikai.net>
---
 drivers/infiniband/hw/ipath/ipath_sysfs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_sysfs.c 
b/drivers/infiniband/hw/ipath/ipath_sysfs.c
index b8cb2f1..8991677 100644
--- a/drivers/infiniband/hw/ipath/ipath_sysfs.c
+++ b/drivers/infiniband/hw/ipath/ipath_sysfs.c
@@ -557,6 +557,7 @@ static ssize_t store_reset(struct device *dev,
                dev_info(dev,"Unit %d is disabled, can't reset\n",
                         dd->ipath_unit);
                ret = -EINVAL;
+               goto bail;
        }
        ret = ipath_reset_device(dd->ipath_unit);
 bail:
-- 
1.7.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to