[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG_ON()
Stoyan Gaydarov wrote:
> I was wondering if someone could clear something up for me.
> Is this desired or is it an unneeded change:
>
> from:
>
> if(someCondition)
> BUG();
>
> to:
>
> BUG_ON(sameCondition);
>
> if it is desired then would anyone care if I took a crack at it?
>
>
> Stoyan Gaydarov
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
It can never hurt to try something that you think may make things better.
-brahan
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ