projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8aab12
)
staging: dt3155v4l: last fix to correct a bug introduces a bug. Correct it.
author
Marin Mitov
<mitov@issp.bas.bg>
Tue, 11 May 2010 08:05:25 +0000
(11:05 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 May 2010 22:22:54 +0000
(15:22 -0700)
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>
drivers/staging/dt3155v4l/dt3155v4l.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/dt3155v4l/dt3155v4l.c
b/drivers/staging/dt3155v4l/dt3155v4l.c
index a5e409170418311242a449bcbf75239056db7456..49463611f4f30761e9c917eebd4d122a87a44824 100644
(file)
--- a/
drivers/staging/dt3155v4l/dt3155v4l.c
+++ b/
drivers/staging/dt3155v4l/dt3155v4l.c
@@
-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);