From: navin patidar Date: Sat, 21 Jun 2014 12:49:35 +0000 (+0530) Subject: staging: rtl8188eu: Remove inline function rtw_inc_and_chk_continual_urb_error() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9463f27af643db333b74ce27d4caae760b273328;p=pandora-kernel.git staging: rtl8188eu: Remove inline function rtw_inc_and_chk_continual_urb_error() rtw_inc_and_chk_continual_urb_error() is used to check if device is removed unexpectedly, to do that we can just check status of urb in usb_read_port_complete() and usbctrl_vendorreq() doed that by checking return value of usb_control_msg(). Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed