]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem
authorStefan Schmidt <stefan@datenfreihafen.org>
Fri, 22 Sep 2017 12:14:05 +0000 (14:14 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 9 Jul 2018 08:05:47 +0000 (10:05 +0200)
commitdcfafb8dea8ff22b82e7a3bb944ea38aa491dd89
treebc6f18521d66afaa9a777bf397c73c4969b354d3
parent2496872711c5377f7b80a08b6ae877452d73c0f6
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>
drivers/net/ieee802154/fakelb.c