]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sched/sch_taprio.c
Merge branch 'remotes/lorenzo/pci/uniphier'
[linux.git] / net / sched / sch_taprio.c
index 68b543f85a96b1065e040a53ca8778ce60f775cc..6719a65169d49bc0b4e3b9ddd796ed998b82b61a 100644 (file)
@@ -1341,6 +1341,10 @@ static int taprio_parse_clockid(struct Qdisc *sch, struct nlattr **tb,
                NL_SET_ERR_MSG(extack, "Specifying a 'clockid' is mandatory");
                goto out;
        }
+
+       /* Everything went ok, return success. */
+       err = 0;
+
 out:
        return err;
 }