]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx88: fix cards table CodingStyle
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 24 Sep 2014 18:49:50 +0000 (15:49 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 26 Sep 2014 09:47:56 +0000 (06:47 -0300)
commit7f335b5923c335e94478070d0b2c4cbe13ae89e6
tree4b13868f31c741ebfa9a91afbd44fc37e0804d39
parent7c194c6e467ed432cd84c7004445961dc2e2ff2b
[media] cx88: fix cards table CodingStyle

This is actually a coding style issue, but it was generating lots
of smatch warnings:

drivers/media/pci/cx88/cx88-cards.c:1513:37: warning: Initializer entry defined twice
drivers/media/pci/cx88/cx88-cards.c:1517:19:   also defined here
drivers/media/pci/cx88/cx88-cards.c:1533:36: warning: Initializer entry defined twice
drivers/media/pci/cx88/cx88-cards.c:1538:19:   also defined here
...

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx88/cx88-cards.c