mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
staging: dt3155v4l: last fix to correct a bug introduces a bug. Correct it.
The previous patch "use_local_copy_qtype_ops.patch" http://lkml.org/lkml/2010/5/9/40 has introduced a new BUG. This patch corrects it. Signed-off-by: Marin Mitov <mitov@issp.bas.bg> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b8aab12781
commit
ad60225945
@ -612,7 +612,7 @@ dt3155_queue_dma_contig_init(struct videobuf_queue *q,
|
|||||||
unsigned int msize,
|
unsigned int msize,
|
||||||
void *priv)
|
void *priv)
|
||||||
{
|
{
|
||||||
struct dt3155_priv *pd = q->priv_data;
|
struct dt3155_priv *pd = priv;
|
||||||
|
|
||||||
videobuf_queue_dma_contig_init(q, ops, dev, irqlock,
|
videobuf_queue_dma_contig_init(q, ops, dev, irqlock,
|
||||||
type, field, msize, priv);
|
type, field, msize, priv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user