]> Pileus Git - ~andy/linux/commitdiff
net_sched: fix error return code in fw_change_attrs()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 Jan 2014 01:53:20 +0000 (09:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jan 2014 03:12:03 +0000 (19:12 -0800)
The error code was not set if change indev fail, so the error
condition wasn't reflected in the return value. Fix to return a
negative error code from this error handling case instead of 0.

Fixes: 2519a602c273 ('net_sched: optimize tcf_match_indev()')
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found