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)
commit738607f005dc07e59424837e0ab286cdc65ccfdf
tree17b8204cd09e09fd4a08fff23836a92d20efe1a5
parentfcadbf56883eb36fa2186478cb7007b88cd3f068
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