]> git.baikalelectronics.ru Git - kernel.git/commit
tuntap: fix error return code in tun_set_iff()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 12 Apr 2013 03:17:12 +0000 (03:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 19:00:04 +0000 (15:00 -0400)
commitd3e862ae8ad33d4764501f384b9f22efeaf88221
treead979f12ea175f7f1faa0006a44dd8028a60a349
parent006d012b47a0ad750b973d362a45608dab066d29
tuntap: fix error return code in tun_set_iff()

Fix to return a negative error code from the error handling
case instead of 0, as returned elsewhere in this function.

[ Bug added in linux-3.8 , commit 11042ac26abbf101
  ("tuntap: fix ambigious multiqueue API") ]

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c