mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
media: av7110: Remove duplicate 'with' in two places.
file: ./drivers/staging/media/av7110/av7110.c
line: 2367
* reset with with MASK_31 to MC1
changed to
* reset with MASK_31 to MC1
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
4502aae07b
commit
c2cc2aa1d0
|
|
@ -2364,7 +2364,7 @@ static int av7110_attach(struct saa7146_dev* dev,
|
|||
budgetpatch = 0;
|
||||
/* autodetect the presence of budget patch
|
||||
* this only works if saa7146 has been recently
|
||||
* reset with with MASK_31 to MC1
|
||||
* reset with MASK_31 to MC1
|
||||
*
|
||||
* will wait for VBI_B event (vertical blank at port B)
|
||||
* and will reset GPIO3 after VBI_B is detected.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user