Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86dce445 authored by Joachim Fenkes's avatar Joachim Fenkes Committed by Roland Dreier
Browse files

IB/ehca: ehca_gen_warn() should always print

parent e3722192
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -98,11 +98,8 @@ extern int ehca_debug_level;
	} while (0)

#define ehca_gen_warn(format, arg...) \
	do { \
		if (unlikely(ehca_debug_level)) \
	printk(KERN_INFO "PU%04x EHCA_WARN:%s " format "\n", \
			       get_paca()->paca_index, __FUNCTION__, ## arg); \
	} while (0)
	       get_paca()->paca_index, __FUNCTION__, ## arg)

#define ehca_gen_err(format, arg...) \
	printk(KERN_ERR "PU%04x EHCA_ERR:%s " format "\n", \