Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment