]> 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)
commit7b5626a92c48c4e2a888701883b3cf0aa285047b
tree17b8204cd09e09fd4a08fff23836a92d20efe1a5
parentc0c56a3397c0d25af62b289b701ecfa0412bf0be
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