提交 a1c92d1c 编写于 作者: O Oded Gabbay

habanalabs: remove extra semicolon

This patch removes an extra ; after the closing brackets of a while loop.
Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: NMukesh Ojha <mojha@codeaurora.org>
上级 e850b89f
......@@ -1044,7 +1044,7 @@ void hl_device_fini(struct hl_device *hdev)
WARN(1, "Failed to remove device because reset function did not finish\n");
return;
}
};
}
/* Mark device as disabled */
hdev->disabled = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册