From: Amitkumar Karwar Date: Wed, 31 Dec 2014 10:36:43 +0000 (-0800) Subject: mwifiex: do not release lock during list_for_each_entry_safe() X-Git-Tag: fixes-v4.0-rc1~150^2~130^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b420166fa87a281a5476716982655009fd11e724;p=pandora-kernel.git 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 Signed-off-by: Avinash Patil Signed-off-by: Amitkumar Karwar Signed-off-by: Kalle Valo --- Reading git-diff-tree failed