mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
[media] saa7164: remove duplicate initialization
These were initialized twice by mistake. They were defined the same way both times so this doesn't change how the code works. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
304bce414e
commit
0397e45059
@ -269,8 +269,6 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portb = SAA7164_MPEG_DVB,
|
||||
.portc = SAA7164_MPEG_ENCODER,
|
||||
.portd = SAA7164_MPEG_ENCODER,
|
||||
.portc = SAA7164_MPEG_ENCODER,
|
||||
.portd = SAA7164_MPEG_ENCODER,
|
||||
.porte = SAA7164_MPEG_VBI,
|
||||
.portf = SAA7164_MPEG_VBI,
|
||||
.chiprev = SAA7164_CHIP_REV3,
|
||||
@ -333,8 +331,6 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portd = SAA7164_MPEG_ENCODER,
|
||||
.porte = SAA7164_MPEG_VBI,
|
||||
.portf = SAA7164_MPEG_VBI,
|
||||
.porte = SAA7164_MPEG_VBI,
|
||||
.portf = SAA7164_MPEG_VBI,
|
||||
.chiprev = SAA7164_CHIP_REV3,
|
||||
.unit = {{
|
||||
.id = 0x28,
|
||||
|
Loading…
Reference in New Issue
Block a user