sched: Fix accidental removal of errout goto
authorJiri Pirko <jiri@mellanox.com>
Tue, 14 Feb 2017 15:27:13 +0000 (16:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 16:44:14 +0000 (11:44 -0500)
commitd7cf52c249d7aa797ea27808e1526604309ec142
tree3f59271c852f253fab3b30c45db777fa7cb8fe7a
parent2194bd1080210c6e85ea262cda9ad0135b3f3c87
sched: Fix accidental removal of errout goto

Bring back the goto that was removed by accident.

Reported-by: Colin Ian King <colin.king@canonical.com>
Fixes: 40c81b25b16c ("sched: check negative err value to safe one level of indent")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c