Skip to content
Commit 80a03e29 authored by Stoyan Gaydarov's avatar Stoyan Gaydarov Committed by Tony Luck
Browse files

[IA64] BUG to BUG_ON changes



Replace:

	if (test)
		BUG();

with
	BUG_ON(test);

Signed-off-by: default avatarStoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent ebf7649a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment