diff options
author | 2021-01-13 17:56:59 +0000 | |
---|---|---|
committer | 2021-01-13 17:56:59 +0000 | |
commit | 2d446c98cde3ffccfd14849b7dda4194ab62dd20 (patch) | |
tree | 9b7f048dcddec04d94527132834fc056745fdb6d /net/lapb/lapb_iface.c | |
parent | ASoC: SOF: Intel: tgl: do thorough remove at .shutdown() callback (diff) | |
parent | Linux 5.11-rc3 (diff) | |
download | wireguard-linux-2d446c98cde3ffccfd14849b7dda4194ab62dd20.tar.xz wireguard-linux-2d446c98cde3ffccfd14849b7dda4194ab62dd20.zip |
Merge v5.11-rc3
Diffstat (limited to 'net/lapb/lapb_iface.c')
-rw-r--r-- | net/lapb/lapb_iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/lapb/lapb_iface.c b/net/lapb/lapb_iface.c index 213ea7abc9ab..40961889e9c0 100644 --- a/net/lapb/lapb_iface.c +++ b/net/lapb/lapb_iface.c @@ -489,6 +489,7 @@ static int lapb_device_event(struct notifier_block *this, unsigned long event, break; } + lapb_put(lapb); return NOTIFY_DONE; } |