Commit a1c92d1c authored by Oded Gabbay's avatar Oded Gabbay

habanalabs: remove extra semicolon

This patch removes an extra ; after the closing brackets of a while loop.
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment