diff options
| author | Mark Brown <broonie@kernel.org> | 2021-01-13 17:57:07 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-01-13 17:57:07 +0000 |
| commit | c2fa56173ba66bab8f0005789c383cb8cc2aaf62 (patch) | |
| tree | c9f6e3b373e11fee60fa16743576433d8bbb32c7 /net/lapb | |
| parent | 3acb64c07e95a75dc0af0bc958f2d09a44a9fd0d (diff) | |
| parent | 7c53f6b671f4aba70ff15e1b05148b10d58c2837 (diff) | |
Merge v5.11-rc3
Diffstat (limited to 'net/lapb')
| -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; } |
