]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 1 Jun 2004 00:13:05 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-eu_main.patch -> 1.2

eagle-usb-eu_main.patch

index c16ad6da8bb6916a81b4a9b482270211c8e432b0..e5a6f430cf5b82e446fe28149ac47cfba0c1fb22 100644 (file)
@@ -1,14 +1,16 @@
 --- eagle-usb-1.9.6/driver/eu_main.c.orig      2004-02-22 22:11:30.000000000 +0100
-+++ eagle-usb-1.9.6/driver/eu_main.c   2004-05-31 01:02:15.443359432 +0200
++++ eagle-usb-1.9.6/driver/eu_main.c   2004-06-01 02:11:45.880205928 +0200
 @@ -476,11 +476,8 @@
      eu_enters (DBG_INIT);
  
  #ifdef LINUX_2_6
 -        if ( intf->driver != NULL )
 -        {
-             ins = usb_get_intfdata ( intf );
-             goto byebye;
+-            ins = usb_get_intfdata ( intf );
+-            goto byebye;
 -        }
++    if ( ( ins = usb_get_intfdata ( intf ) ) != NULL )
++      goto byebye;
  #endif
          
      /*
This page took 0.068472 seconds and 4 git commands to generate.