linux: Update saa716x PCIe interface chipset patch

(driver support for TechniSat SkyStar 2 eXpress)
This commit is contained in:
vpeter4 2015-02-12 10:29:24 +01:00
parent 217f467875
commit 2cf8662e22

View File

@ -1383,10 +1383,10 @@ index 0000000..6b52fc1
+ break;
+ }
+
+ err = stv090x_set_gpio(fe, 2, 0, en, 0);
+ err = skystar2_stv090x_config.set_gpio(fe, 2, 0, en, 0);
+ if (err < 0)
+ goto exit;
+ err = stv090x_set_gpio(fe, 3, 0, sel, 0);
+ err = skystar2_stv090x_config.set_gpio(fe, 3, 0, sel, 0);
+ if (err < 0)
+ goto exit;
+
@ -1405,7 +1405,7 @@ index 0000000..6b52fc1
+ else
+ value = 0;
+
+ err = stv090x_set_gpio(fe, 4, 0, value, 0);
+ err = skystar2_stv090x_config.set_gpio(fe, 4, 0, value, 0);
+ if (err < 0)
+ goto exit;
+