From: Ivo van Doorn Date: Sun, 17 Feb 2008 16:35:28 +0000 (+0100) Subject: rt2x00: Remove async vendor request calls from rt2x00usb X-Git-Tag: v2.6.26-rc1~1138^2~530^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b10cd1375855dbc6675a176c71a512ac4b7317;p=pandora-kernel.git rt2x00: Remove async vendor request calls from rt2x00usb The async vendor requests are a ugly hack which is not working correctly. The proper fix for the scheduling while atomic issue is finding out why we can't use led classes for USB drivers and fix that. Just replace all async calls with the regular ones and print an error for the disallowed LED configuration attempts. That will help in determining which led class is causing the problem. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed