From: Taehee Yoo <ap420...@gmail.com> Date: Mon, 15 Jul 2019 14:10:17 +0900
> cfhsi_exit_module() calls unregister_netdev() under rtnl_lock(). > but unregister_netdev() internally calls rtnl_lock(). > So deadlock would occur. > > Fixes: c41254006377 ("caif-hsi: Add rtnl support") > Signed-off-by: Taehee Yoo <ap420...@gmail.com> Applied and queued up for -stable, thank you.