commit | 9d4f97f97bb8adc47f569d995402c33de9a4fa19 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 17 16:03:16 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 17 16:04:38 2017 -0400 |
tree | f2cc4e4f34251d0a7435aef2b6766b7d7d19de44 | |
parent | 656aae43057ee3e85c9b4170706bc864108ee1cc [diff] |
sch_dsmark: Fix uninitialized variable warning. We still need to initialize err to -EINVAL for the case where 'opt' is NULL in dsmark_init(). Fixes: 6529eaba33f0 ("net: sched: introduce tcf block infractructure") Signed-off-by: David S. Miller <davem@davemloft.net>