From: Johannes Berg Date: Fri, 31 Oct 2014 13:16:12 +0000 (+0100) Subject: cfg80211: avoid using default in interface type switch X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4fcbadde68e3429cc533c29abf6fbceda4628f;p=pandora-kernel.git cfg80211: avoid using default in interface type switch Most code avoids having a default case in interface type switch statements already, to make it easier to find places that need to be extended. Change the code in the __cfg80211_leave() and nl80211_key_allowed() functions to not have a default case. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed