[media] constify stv6110x_devctl structure
The stv6110x_devctl structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Esse commit está contido em:

commit de
Mauro Carvalho Chehab

pai
37ecc7b127
commit
242c503350
@@ -644,7 +644,7 @@ static void frontend_init(struct budget *budget)
|
||||
}
|
||||
|
||||
case 0x101c: { /* TT S2-1600 */
|
||||
struct stv6110x_devctl *ctl;
|
||||
const struct stv6110x_devctl *ctl;
|
||||
saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTLO);
|
||||
msleep(50);
|
||||
saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTHI);
|
||||
@@ -697,7 +697,7 @@ static void frontend_init(struct budget *budget)
|
||||
break;
|
||||
|
||||
case 0x1020: { /* Omicom S2 */
|
||||
struct stv6110x_devctl *ctl;
|
||||
const struct stv6110x_devctl *ctl;
|
||||
saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTLO);
|
||||
msleep(50);
|
||||
saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTHI);
|
||||
|
Referência em uma nova issue
Block a user