diff options
author | Taehee Yoo <ap420073@gmail.com> | 2019-07-03 00:22:56 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-07 18:42:47 -0700 |
commit | a635037ac1106202118a6cccc83c877caa6e1c9a (patch) | |
tree | 41944f682e816adb85ba5a2d047e515a68e5c34e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1788b8569f5de27da09087fa3f6580d2aa04cc75 (diff) |
gtp: remove duplicate code in gtp_dellink()
gtp_encap_disable() in gtp_dellink() is unnecessary because it will be
called by unregister_netdevice().
unregister_netdevice() internally calls gtp_dev_uninit() by ->ndo_uninit().
And gtp_dev_uninit() calls gtp_encap_disable().
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions