Skip to content

Commit

Permalink
staging: dt3155v4l: last fix to correct a bug introduces a bug. Corre…
Browse files Browse the repository at this point in the history
…ct 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>
  • Loading branch information
Marin Mitov authored and Greg Kroah-Hartman committed May 11, 2010
1 parent b8aab12 commit ad60225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ dt3155_queue_dma_contig_init(struct videobuf_queue *q,
unsigned int msize,
void *priv)
{
struct dt3155_priv *pd = q->priv_data;
struct dt3155_priv *pd = priv;

videobuf_queue_dma_contig_init(q, ops, dev, irqlock,
type, field, msize, priv);
Expand Down

0 comments on commit ad60225

Please sign in to comment.