From: Eric Dumazet Date: Mon, 22 Sep 2014 20:42:53 +0000 (-0700) Subject: net: sched: fix compile warning in cls_u32 X-Git-Tag: fixes-against-v3.18-rc2~81^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2aeb02a8e6a9fef397c344245a54eeae67341f6;p=pandora-kernel.git net: sched: fix compile warning in cls_u32 $ grep CONFIG_CLS_U32_MARK .config # CONFIG_CLS_U32_MARK is not set net/sched/cls_u32.c: In function 'u32_change': net/sched/cls_u32.c:852:1: warning: label 'errout' defined but not used [-Wunused-label] Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed