Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usbnet: don't initialize transfer buffer before submit status URB
The line below in intr_complete isn't needed, memset(urb->transfer_buffer, 0, urb->transfer_buffer_length); so just remove it. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information