]> git.baikalelectronics.ru Git - kernel.git/commit
habanalabs: change a reset print to debug level
authorOded Gabbay <ogabbay@kernel.org>
Wed, 30 Mar 2022 07:02:06 +0000 (10:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 May 2022 19:01:17 +0000 (21:01 +0200)
commit604c94559b423390ac88f0a09783e712f003e09c
tree17b8204cd09e09fd4a08fff23836a92d20efe1a5
parent075a53bd5880bb5852e480719c566a360d1db56e
habanalabs: change a reset print to debug level

Currently we have two reset prints per reset. One is in the common
code and one in each asic-specific file.

We can change the asic-specific message to be debug only as we can
know the type of reset being done according to the print in the
common code, which is also easier to maintain.

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/habanalabs/gaudi/gaudi.c
drivers/misc/habanalabs/goya/goya.c