From: Davidlohr Bueso Date: Wed, 24 Jul 2013 18:25:17 +0000 (-0700) Subject: mutex: Avoid label warning when !CONFIG_MUTEX_SPIN_ON_OWNER X-Git-Tag: v3.12-rc1~169^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4883972271f8d61de67aa365ade89dfff69db1;p=pandora-kernel.git mutex: Avoid label warning when !CONFIG_MUTEX_SPIN_ON_OWNER Fengguang reported the following warning when optimistic spinning is disabled (ie: make allnoconfig): kernel/mutex.c:599:1: warning: label 'done' defined but not used Remove the 'done' label altogether. Reported-by: Fengguang Wu Signed-off-by: Davidlohr Bueso Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed