Re: [patch net-next] sched: Fix accidental removal of errout goto

2017-02-14 Thread David Miller
From: Jiri Pirko Date: Tue, 14 Feb 2017 16:27:13 +0100 > From: Jiri Pirko > > Bring back the goto that was removed by accident. > > Reported-by: Colin Ian King > Fixes: 40c81b25b16c ("sched: check negative err value to safe one level of > indent") > Signed-off-by: Jiri Pirko Applied, thank

[patch net-next] sched: Fix accidental removal of errout goto

2017-02-14 Thread Jiri Pirko
From: Jiri Pirko Bring back the goto that was removed by accident. Reported-by: Colin Ian King Fixes: 40c81b25b16c ("sched: check negative err value to safe one level of indent") Signed-off-by: Jiri Pirko --- net/sched/cls_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/sched/c