1
0
Fork 0

habanalabs: remove extra semicolon

This patch removes an extra ; after the closing brackets of a while loop.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
hifive-unleashed-5.2
Oded Gabbay 2019-04-02 15:46:02 +03:00
parent e850b89f50
commit a1c92d1c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;