From: Johannes Berg Date: Tue, 6 Apr 2010 11:12:38 +0000 (-0700) Subject: iwlwifi: correct atomic bitops usage X-Git-Tag: v2.6.35-rc1~473^2~393^2~25^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6708dc863880777ffe5fc55c86bfd80f886f53d6;p=pandora-kernel.git iwlwifi: correct atomic bitops usage With atomic bitops, test_and_{set,clear}_bit should be used instead of separate test_bit and set_bit/clear_bit. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed