From: Johannes Berg Date: Tue, 29 Apr 2014 15:55:26 +0000 (+0200) Subject: mac80211: remove BUG_ON usage X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~17^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c5bb1fad0bb9c29f7d817c1e2fdb052b76f04e9;p=pandora-kernel.git mac80211: remove BUG_ON usage These BUG_ON statements should never trigger, but in the unlikely event that somebody does manage don't stop everything but simply exit the code path with an error. Leave the one BUG_ON where changing it would result in a NULL pointer dereference. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed