commit | b420166fa87a281a5476716982655009fd11e724 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Wed Dec 31 02:36:43 2014 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jan 06 21:20:14 2015 +0200 |
tree | d3afa009aa6594f8bcb609072e6045a09f9175eb | |
parent | fc647467c178936aad29a1e5332c05a23d6efb39 [diff] |
mwifiex: do not release lock during list_for_each_entry_safe() As we are releasing the lock, during next iteration we may end up getting page fault if other thread has already deleted that node. Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>