habanalabs: use dev_dbg upon hint address failure
authorOded Gabbay <ogabbay@kernel.org>
Mon, 26 Apr 2021 15:32:25 +0000 (18:32 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Fri, 18 Jun 2021 12:23:39 +0000 (15:23 +0300)
commitb8e785c559c066e747d3391c126ea19db9d5e736
tree2d3edc6f638410caa818f04cd872e6c1e091136d
parenta5d4f2e92f0d0032a2fce492a483310e4bae1d3f
habanalabs: use dev_dbg upon hint address failure

Hint address failure that results in a valid mapping with an address
that was allocated by the driver is not a real failure.

Therefore, the driver shouldn't notify about this in kernel log. The
user is responsible to check the returned address.

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