From: Ingo Molnar Date: Wed, 26 Nov 2008 00:50:02 +0000 (-0800) Subject: pkt_sched: fix warning in net/sched/sch_hfsc.c X-Git-Tag: v2.6.29-rc1~581^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0a0011cfa8ff01b86859006f4db3656c9a896b;p=pandora-kernel.git pkt_sched: fix warning in net/sched/sch_hfsc.c this warning: net/sched/sch_hfsc.c: In function ‘hfsc_enqueue’: net/sched/sch_hfsc.c:1577: warning: ‘err’ may be used uninitialized in this function triggers because GCC does not recognize the (correct) error flow between hfsc_classify(), 'cl' and 'err'. Annotate it. Signed-off-by: Ingo Molnar Signed-off-by: David S. Miller --- Reading git-diff-tree failed