mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH / 2.6.14] prevent dmesg warning in zr36067 driver
@ 2005-10-30  0:42 Ronald S. Bultje
  0 siblings, 0 replies; only message in thread
From: Ronald S. Bultje @ 2005-10-30  0:42 UTC (permalink / raw)
  To: akpm; +Cc: casteyde.christian, mjpeg-developer, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Hi,

attached patch fixes the warning "Debug: sleeping function called from
invalid context at include/asm/semaphore.h:102" that the zr36067 driver
emits every time an application using JPEG capture starts up (e.g.
mjpegtools' lavrec). The warning is harmless, but clogs up the dmesg
output. This was logged as bugzilla #5403. (Thanks to Christian Casteyde
for helping me in fixing this long-standing annoyance.)

Signed-off-by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

Cheers,
Ronald

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 594 bytes --]

--- linux-2.6.14/drivers/media/video/zoran_driver.c.old	2005-10-29 20:36:24.000000000 -0400
+++ linux-2.6.14/drivers/media/video/zoran_driver.c	2005-10-29 20:36:48.000000000 -0400
@@ -996,8 +996,6 @@
 		return -EINVAL;
 	}
 
-	spin_lock_irqsave(&zr->spinlock, flags);
-
 	if (fh->jpg_buffers.active == ZORAN_FREE) {
 		if (zr->jpg_buffers.active == ZORAN_FREE) {
 			zr->jpg_buffers = fh->jpg_buffers;
@@ -1016,6 +1014,8 @@
 		zr36057_enable_jpg(zr, mode);
 	}
 
+	spin_lock_irqsave(&zr->spinlock, flags);
+
 	if (!res) {
 		switch (zr->jpg_buffers.buffer[num].state) {
 		case BUZ_STATE_DONE:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-30  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-30  0:42 [PATCH / 2.6.14] prevent dmesg warning in zr36067 driver Ronald S. Bultje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®