Commit a63de89b authored by Ofir Bitton's avatar Ofir Bitton Committed by Oded Gabbay
Browse files

habanalabs/gaudi2: classify power/thermal events as info



As power and thermal envelope events are pure informative and not
indicating an error, we reduce the print level to info only.

Signed-off-by: default avatarOfir Bitton <obitton@habana.ai>
Reviewed-by: default avatarOded Gabbay <ogabbay@kernel.org>
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent b829e010
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6828,6 +6828,7 @@ static inline bool is_info_event(u32 event)
{
	switch (event) {
	case GAUDI2_EVENT_CPU_CPLD_SHUTDOWN_CAUSE:
	case GAUDI2_EVENT_CPU_FIX_POWER_ENV_S ... GAUDI2_EVENT_CPU_FIX_THERMAL_ENV_E:
		return true;
	default:
		return false;