On Fri, 30 Nov 2018, Kees Cook wrote:
On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen
wrote:
In order to comply with the CoC, replace with a hug.
I hope this is some kind of joke. How would anyone get offended by reading
technical comments? This is all beyond me...
Thanks,
Davidlohr
While the wakeup path seems to be set up, this waitqueue is actually
never used as no-one enqueues themselves on the list. As such, wakeups
are meaningless without waiters, so lets just get rid of the whole
thing.
Signed-off-by: Davidlohr Bueso
---
drivers/media/usb/usbvision/usbvision-core.c
: Davidlohr Bueso
---
drivers/media/pci/cobalt/cobalt-driver.c | 2 +-
drivers/media/pci/cx18/cx18-driver.c | 2 +-
drivers/media/v4l2-core/v4l2-device.c| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/media/pci/cobalt/cobalt-driver.c
b/drivers/media/pci
On Wed, 2015-01-28 at 16:14 -0700, Shuah Khan wrote:
> On 01/23/2015 12:41 PM, Shuah Khan wrote:
> > Convert au0828 to use videobuf2. Tested with NTSC.
> > Tested video and vbi devices with xawtv, tvtime,
> > and vlc. Ran v4l2-compliance to ensure there are
> > no failures.
> >
> > Video complian
On Thu, 2015-01-29 at 12:15 +0100, Hans Verkuil wrote:
> You can't split this up, it's one of those changes that is all or
> nothing.
Fair enough. With changes that large, it should be mentioned, though.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body
ery minor cleanup changes.
This patch is only compile tested.
Signed-off-by: Davidlohr Bueso
Cc: Pawel Osciak
Cc: Marek Szyprowski
Cc: Kyungmin Park
Cc: Mauro Carvalho Chehab
Cc: linux-media@vger.kernel.org
---
It would seem this is the last offending user.
v4l2 is a maze but I believe that this