Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG_ON() is the worst choice for a trivial sanity check. Either it should be removed or replaced with a softer one like WARN_ON() if still really needed. Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information