commit | 5edfbd3c0697e643f179dba819a7c09375b42543 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Thu Jul 20 02:41:34 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 13:44:31 2017 -0700 |
tree | dc35ad585e0ad601bee1804b69529ce49090bab9 | |
parent | 6c7fce6fa86a110d6455662d823c4e09f8f7be4a [diff] |
tun/tap: Add the missed return value check of register_netdevice_notifier There is some codes of tun/tap module which did not check the return value of register_netdevice_notifier. Add the check now. Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>