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

Commit cb04af20 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Mauro Carvalho Chehab
Browse files

[media] em28xx: Remove unused list_head struct for queued buffers



The list_head struct usage was fully removed by commit
d7aa8020.

Signed-off-by: default avatarEzequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 60332f03
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3080,9 +3080,7 @@ static int em28xx_init_dev(struct em28xx *dev, struct usb_device *udev,

	/* init video dma queues */
	INIT_LIST_HEAD(&dev->vidq.active);
	INIT_LIST_HEAD(&dev->vidq.queued);
	INIT_LIST_HEAD(&dev->vbiq.active);
	INIT_LIST_HEAD(&dev->vbiq.queued);

	if (dev->board.has_msp34xx) {
		/* Send a reset to other chips via gpio */
+0 −1
Original line number Diff line number Diff line
@@ -255,7 +255,6 @@ struct em28xx_buffer {

struct em28xx_dmaqueue {
	struct list_head       active;
	struct list_head       queued;

	wait_queue_head_t          wq;