Re: [PATCH v2] [media] cx231xx: fix close sequence for VBI + analog

2016-03-23 Thread Luke Suchocki
s of type V4L2_BUF_TYPE_VBI_CAPTURE independently with a new dev->vbi_users and run the cx231xx_uninit_vbi_isoc() block on close when that is 0, and run the other cx231xx_uninit_isoc() block when dev->users == 0. Even if dev->users == 0 while VBI is open, video can still shutdow

[PATCH] [media] cx231xx: cx231xx_uninit_bulk attempts to reference and free isoc_ctl instead of bulk_ctl

2014-09-29 Thread Luke Suchocki
-paste slip from previous uninit_isoc function. This will present itself when cx231xx.ko is loaded with "transfer_mode=0" (USB bulk transfers). Signed-off-by: Luke Suchocki --- a/drivers/media/usb/cx231xx/cx231xx-core.c 2014-09-29 13:06:52.006326612 -0500 +++ b/drivers/media/usb/cx231xx/