habanalabs: refactor reset log message
authorOded Gabbay <ogabbay@kernel.org>
Thu, 30 Sep 2021 08:53:37 +0000 (11:53 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 18 Oct 2021 09:05:46 +0000 (12:05 +0300)
commit1282dbbd292e9525cc5659ae1409188b76869c4c
treec237dec078fb7090d71407ad91c67c9754e9f361
parenta00f1f571e50eb33c5b89db8ac7cd2d684da2943
habanalabs: refactor reset log message

Reset to the device is not necessarily due to an error, so print it
as info instead of error.

In addition, print the type of reset we are doing:
- reset of the entire device (aka hard reset)
- reset of the device after user have released it (less than hard reset)
- lighter reset of an inference device (aka soft reset)

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/device.c