From: Johannes Berg Date: Mon, 25 Feb 2008 09:11:50 +0000 (+0100) Subject: mac80211: add missing "break" statement in mesh code X-Git-Tag: v2.6.26-rc1~1138^2~454^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff59dc76e6e996092e4e11f4a6a370702428ead5;p=pandora-kernel.git mac80211: add missing "break" statement in mesh code This inserts a missing break statement which, if hit, would cause the code to fall-through and unlock a spinlock twice. Noticed via sparse's "lock count wrong in basic block" warning and careful code inspection. Signed-off-by: Johannes Berg Cc: Luis Carlos Cobo Signed-off-by: John W. Linville --- Reading git-diff-tree failed