MN10300: BUG to BUG_ON changes

Signed-off-by: Stoyan Gaydarov <stoyboyker@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
Stoyan Gaydarov
2010-10-27 17:28:33 +01:00
committed by David Howells
parent 95a2f6f72d
commit 292aa14127
5 changed files with 5 additions and 10 deletions

View File

@@ -50,8 +50,7 @@ static inline void startup_jiffies_counter(void)
md = TM0MD_SRC_IOCLK_32;
rate = MN10300_JCCLK / 32 / HZ;
if (rate > TMJCBR_MAX)
BUG();
BUG_ON(rate > TMJCBR_MAX);
}
}