From: navin patidar Date: Wed, 11 Jun 2014 17:21:25 +0000 (+0530) Subject: staging: rtl8188eu: Instead of intf_hdl pass adapter in read & write functions X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1815 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5d24dcfa72fc641154dee38b280348ba637138;p=pandora-kernel.git staging: rtl8188eu: Instead of intf_hdl pass adapter in read & write functions intf_hdl is passed in usb_[read,write][8,16,32]() functions, which is then passed to vender_request() there it's used to get adapter pointer, so instead of passing intf_hdl we can directly pass adapter. This change will also help in removing rtw_[read,write][8,16,32]() wrapper functions being used to call usb_[read,write][8,16,32]() functions. Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed