diff options
author | Gianluca Gennari <gennarone@gmail.com> | 2012-03-22 11:13:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-04-10 15:47:45 -0300 |
commit | 5978ec646e9063b8d083a2fbdc7fbda599336334 (patch) | |
tree | 2e424bfac6131f4f0b154e237eb3ca283d9360b0 /drivers/media/video/em28xx/em28xx-core.c | |
parent | 5f5f147f638734c0739b663aa68a3ae03cdc682b (diff) | |
download | talos-obmc-linux-5978ec646e9063b8d083a2fbdc7fbda599336334.tar.gz talos-obmc-linux-5978ec646e9063b8d083a2fbdc7fbda599336334.zip |
[media] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctl
Get rid of several unused parameters in struct em28xx_usb_isoc_ctl.
Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-core.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index cbbe399bc77f..fd54c807cf29 100644 --- a/drivers/media/video/em28xx/em28xx-core.c +++ b/drivers/media/video/em28xx/em28xx-core.c @@ -974,7 +974,6 @@ void em28xx_uninit_isoc(struct em28xx *dev, enum em28xx_mode mode) else isoc_bufs = &dev->isoc_ctl.analog_bufs; - dev->isoc_ctl.nfields = -1; for (i = 0; i < isoc_bufs->num_bufs; i++) { urb = isoc_bufs->urb[i]; if (urb) { |