From: Gertjan van Wingerde Date: Thu, 3 Jun 2010 08:51:51 +0000 (+0200) Subject: rt2x00: Clean up USB vendor request buffer functions. X-Git-Tag: v2.6.36-rc1~571^2~615^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b61bafe22b2f2abcc833d651739edb977f1b1e;p=pandora-kernel.git rt2x00: Clean up USB vendor request buffer functions. There is no need to force the separation between a buffer USB vendor request that does fit the CSR cache and one that doesn't onto the callers. This is something that the rt2x00usb_vendor_request_buff function can figure out by itself. Combine the rt2x00usb_vendor_request_buff and rt2x00usb_vendor_request_large_buff functions into a single one, as both of them were equivalent for small buffers anyway. Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn --- Reading git-diff-tree failed