H/W being dirty during initialization is completely expected in case
f/w tools are used before loading the driver. As it is not an error,
and as it doesn't give any meaningful information to the user,
no point of printing it.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
        }
 
        if (gaudi_get_hw_state(hdev) == HL_DEVICE_HW_STATE_DIRTY) {
-               dev_info(hdev->dev,
-                       "H/W state is dirty, must reset before initializing\n");
+               dev_dbg(hdev->dev, "H/W state is dirty, must reset before initializing\n");
                hdev->asic_funcs->hw_fini(hdev, true, false);
        }
 
 
        }
 
        if (gaudi2_get_hw_state(hdev) == HL_DEVICE_HW_STATE_DIRTY) {
-               dev_info(hdev->dev, "H/W state is dirty, must reset before initializing\n");
+               dev_dbg(hdev->dev, "H/W state is dirty, must reset before initializing\n");
                hdev->asic_funcs->hw_fini(hdev, true, false);
        }
 
 
        }
 
        if (goya_get_hw_state(hdev) == HL_DEVICE_HW_STATE_DIRTY) {
-               dev_info(hdev->dev,
-                       "H/W state is dirty, must reset before initializing\n");
+               dev_dbg(hdev->dev, "H/W state is dirty, must reset before initializing\n");
                hdev->asic_funcs->hw_fini(hdev, true, false);
        }