浏览代码

V4L/DVB (9143): af9015: fix wrong GPIO

- fix wrong GPIO that causes 2nd FE not to work ater warmboot

Thanks to Andrew Williams <andrew.williams@joratech.com> for reporting this.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Antti Palosaari 16 年之前
父节点
当前提交
2dcd4e4766
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/media/dvb/dvb-usb/af9015.c

+ 0 - 1
drivers/media/dvb/dvb-usb/af9015.c

@@ -54,7 +54,6 @@ static struct af9013_config af9015_af9013_config[] = {
 		.output_mode = AF9013_OUTPUT_MODE_USB,
 		.output_mode = AF9013_OUTPUT_MODE_USB,
 		.api_version = { 0, 1, 9, 0 },
 		.api_version = { 0, 1, 9, 0 },
 		.gpio[0] = AF9013_GPIO_HI,
 		.gpio[0] = AF9013_GPIO_HI,
-		.gpio[1] = AF9013_GPIO_LO,
 		.gpio[3] = AF9013_GPIO_TUNER_ON,
 		.gpio[3] = AF9013_GPIO_TUNER_ON,
 
 
 	}, {
 	}, {