Taehee Yoo fdd258d49e caif-hsi: fix possible deadlock in cfhsi_exit_module()
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 <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-17 11:58:56 -07:00
..
2019-06-14 19:47:05 -07:00
2019-06-21 09:58:42 -07:00
2019-07-03 11:24:38 -07:00
2019-05-14 15:20:11 -07:00
2019-07-08 19:25:19 -07:00
2019-07-08 19:25:19 -07:00
2019-06-25 14:26:54 +02:00