mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04: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>