From: Larry Finger Date: Mon, 25 Mar 2013 03:06:41 +0000 (-0500) Subject: rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queue X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a269913c52ad37952a4d9953bb6d748f7299c304;p=pandora-kernel.git rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queue In commit a5ffbe0, some of the calls to rtl_lps_leave() were switched to be called from a work queue to avoid a scheduling while atomic bug. This patch converts the remaining calls to use the work queue. In addition, the call to rtl_lps_enter() is also switched to the work queue. None of these newly converted calls had triggered the bug (yet), but this change make all of them fit a single pattern. Signed-off-by: Larry Finger Cc: jcheung@suse.com Cc: machen@suse.com Cc: mmarek@suse.cz Cc: zhiyuan_yang@realsil.com.cn Cc: page_he@realsil.com.cn Signed-off-by: John W. Linville --- Reading git-diff-tree failed