Skip to content
Commit dcfcb256 authored by Antti Kaijanmäki's avatar Antti Kaijanmäki Committed by David S. Miller
Browse files

hso: fix soft-lockup



Fix soft-lockup in hso.c which is triggered on SMP machine when
modem is removed while file descriptor(s) under /dev are still open:

  old version called kref_put() too early which resulted in destroying
  hso_serial and hso_device objects which were still used later on.

Signed-off-by: default avatarAntti Kaijanmäki <antti.kaijanmaki@nomovok.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ce673d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment