commit | 8f2fbc6c60ff213369e06a73610fc882a42fdf20 | [log] [tgz] |
---|---|---|
author | Stefan Schmidt <stefan@datenfreihafen.org> | Fri Sep 22 14:14:05 2017 +0200 |
committer | Stefan Schmidt <stefan@datenfreihafen.org> | Mon Jul 09 10:05:47 2018 +0200 |
tree | bc6f18521d66afaa9a777bf397c73c4969b354d3 | |
parent | 8a81388ec27c4c0adbdecd20e67bb5f411ab46b2 [diff] |
ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem The check is valid but it does not warrant to crash the kernel. A WARN_ON() is good enough here. Found by checkpatch. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>