Re: [PATCH 03/13] accel/habanalabs: modify print for skip loading linux FW to debug log

From: Carl Vanderlip
Date: Fri Feb 23 2024 - 17:45:55 EST



On 2/20/2024 8:01 AM, Oded Gabbay wrote:
From: Tomer Tayar <ttayar@xxxxxxxxx>

Skip loading a linux FW image into the device with the current supported
ASICs is done for test purposes only.
Moreover, for future supported ASICs it is possible that there won't be
a need to load such an image.
The print in such a case is therefore not needed in most cases, so
replace the used dev_info() with dev_dbg().

Signed-off-by: Tomer Tayar <ttayar@xxxxxxxxx>
Reviewed-by: Oded Gabbay <ogabbay@xxxxxxxxxx>
Signed-off-by: Oded Gabbay <ogabbay@xxxxxxxxxx>

Reviewed-by: Carl Vanderlip <quic_carlv@xxxxxxxxxxx>