Commit ce86bf9d authored by Fabio M. De Francesco's avatar Fabio M. De Francesco Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove a comment from usbctrl_vendorreq()

parent db752ce5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -70,12 +70,10 @@ static int usbctrl_vendorreq(struct intf_hdl *intf, u16 value, void *data, u16 l
			} else {
				/* status != len && status >= 0 */
				if (status > 0) {
					if (requesttype == REALTEK_USB_VENQT_READ) {
						/*  For Control read transfer, we have to copy the read data from io_buf to data. */
					if (requesttype == REALTEK_USB_VENQT_READ)
						memcpy(data, io_buf,  len);
				}
			}
			}

			if (rtw_inc_and_chk_continual_urb_error(dvobjpriv)) {
				adapt->bSurpriseRemoved = true;