Skip to content
Commit ab4a1f24 authored by Prasad Joshi's avatar Prasad Joshi Committed by Linus Torvalds
Browse files

proc_sysctl.c: use BUG_ON instead of BUG



The use of if (!head) BUG(); can be replaced with the single line
BUG_ON(!head).

Signed-off-by: default avatarPrasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 17baa2a2
Loading
Loading
Loading
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