aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-13 09:47:06 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-17 23:47:20 -0400
commit771075bb4667078687ae3c570a17c274f389e01e (patch)
tree651398eee52a4ac019a589bd24ba0a095954d785 /drivers
parent8f27fd9605a28225bb71f2b3ade5d248231cd824 (diff)
V4L/DVB: videobuf-core: fix spelling mistake in debug message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/videobuf-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/videobuf-core.c b/drivers/media/video/videobuf-core.c
index bb0a1c8de414..471178e17017 100644
--- a/drivers/media/video/videobuf-core.c
+++ b/drivers/media/video/videobuf-core.c
@@ -567,7 +567,7 @@ int videobuf_qbuf(struct videobuf_queue *q,
567 q->ops->buf_queue(q, buf); 567 q->ops->buf_queue(q, buf);
568 spin_unlock_irqrestore(q->irqlock, flags); 568 spin_unlock_irqrestore(q->irqlock, flags);
569 } 569 }
570 dprintk(1, "qbuf: succeded\n"); 570 dprintk(1, "qbuf: succeeded\n");
571 retval = 0; 571 retval = 0;
572 wake_up_interruptible_sync(&q->wait); 572 wake_up_interruptible_sync(&q->wait);
573 573