Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f33d61b authored by Alan Young's avatar Alan Young Committed by Mauro Carvalho Chehab
Browse files

[media] hdpvr: remove unecessary sleep in buffer drain loop

parent 8df787da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -338,8 +338,6 @@ static int hdpvr_stop_streaming(struct hdpvr_device *dev)
					     dev->bulk_in_endpointAddr),
			     buf, dev->bulk_in_size, &actual_length,
			     BULK_URB_TIMEOUT)) {
		/* wait */
		msleep(5);
		v4l2_dbg(MSG_BUFFER, hdpvr_debug, &dev->v4l2_dev,
			 "%2d: got %d bytes\n", c, actual_length);
	}