hd_brummy    15/03/03 13:56:26

  Added:                v4l-dvb-saa716x-3.19-set_gpio.patch
  Log:
  compile fix with KV 3.19, thx to ??? on wrt bug 541642
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  Changes    Path
1.1                  
media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-3.19-set_gpio.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-3.19-set_gpio.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-3.19-set_gpio.patch?rev=1.1&content-type=text/plain

Index: v4l-dvb-saa716x-3.19-set_gpio.patch
===================================================================
--- 
v4l-dvb-saa716x-d7e98fc59230-orig/linux/drivers/media/common/saa716x/saa716x_budget.c
       2014-11-09 15:44:55.000000000 +0100
+++ 
v4l-dvb-saa716x-d7e98fc59230/linux/drivers/media/common/saa716x/saa716x_budget.c
    2015-02-28 13:58:01.258743639 +0100
@@ -497,10 +497,10 @@
                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;
 
@@ -519,7 +519,7 @@
        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;
 




Reply via email to