Commit 87c62985 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: no need to bIndicateReceive when no bytes to read.

parent fbce428a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -575,6 +575,7 @@ s_nsBulkInUsbIoCompleteRead(
//            MP_SET_FLAG(pDevice, fMP_DISCONNECTED);
//        }
    } else {
	if (bytesRead)
		bIndicateReceive = TRUE;
        pDevice->ulBulkInContCRCError = 0;
        pDevice->ulBulkInBytesRead += bytesRead;