git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed72b9c
)
pkt_sched: fix warning in net/sched/sch_hfsc.c
author
Ingo Molnar
<mingo@elte.hu>
Wed, 26 Nov 2008 00:50:02 +0000
(16:50 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 Nov 2008 00:50:02 +0000
(16:50 -0800)
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 <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_hfsc.c
patch
|
blob
|
history
diff --cc
net/sched/sch_hfsc.c
Simple merge