提交 2a543904 编写于 作者: N Nicolas Kaiser 提交者: Roland Dreier

IB/ipath: Don't reset disabled devices

The comment some lines above states that disabled devices must not reset.
Signed-off-by: NNicolas Kaiser <nikai@nikai.net>
上级 a5bbef0b
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册