habanalabs: remove redundant info print
authorOded Gabbay <ogabbay@kernel.org>
Wed, 30 Mar 2022 06:16:16 +0000 (09:16 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 May 2022 19:01:17 +0000 (21:01 +0200)
commitfcadbf56883eb36fa2186478cb7007b88cd3f068
treeb6cbd921d677d7ced67f0b259f3bc8b8b1fee758
parentcd92c3678ab3158f11319ea08b81ac58beb519c7
habanalabs: remove redundant info print

Halting compute engines is a print that doesn't add us any information
because it is always done in the reset process and not used elsewhere.

Even if it was, we don't use prints to mark functions we passed
through.

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