* [PATCH 1/2] use atomic bit operations for devices-in-use mask
@ 2011-09-24 15:00 Chris Rankin
0 siblings, 0 replies; only message in thread
From: Chris Rankin @ 2011-09-24 15:00 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: linux-media
[-- Attachment #1: Type: text/plain, Size: 94 bytes --]
This line was probably missed in the merge.
Signed-off-by: Chris Rankin <rankincj@yahoo.com>
[-- Attachment #2: EM28xx-more-devunused-bits.diff --]
[-- Type: text/x-patch, Size: 382 bytes --]
--- linux/drivers/media/video/em28xx/em28xx-cards.c.orig.0 2011-09-24 15:30:02.000000000 +0100
+++ linux/drivers/media/video/em28xx/em28xx-cards.c 2011-09-24 15:19:28.000000000 +0100
@@ -3114,7 +3114,6 @@
em28xx_err(DRIVER_NAME " This is an anciliary "
"interface not used by the driver\n");
- em28xx_devused &= ~(1<<nr);
retval = -ENODEV;
goto err;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-24 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 15:00 [PATCH 1/2] use atomic bit operations for devices-in-use mask Chris Rankin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.