Commit a1c92d1c authored by Oded Gabbay's avatar Oded Gabbay
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;