mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
BUG_ON() is rather useless for debugging as it leads to panic(). Use WARN_ON() and handle the error cases accordingly. Signed-off-by: Takashi Iwai <tiwai@suse.de>