]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-eu_main.patch
- updated to 1.9.8; drop obsolete patches; use opt patch instead of covering CFLAGS
[packages/eagle-usb.git] / eagle-usb-eu_main.patch
1 --- eagle-usb-1.9.6/driver/eu_main.c.orig       2004-02-22 22:11:30.000000000 +0100
2 +++ eagle-usb-1.9.6/driver/eu_main.c    2004-06-01 02:11:45.880205928 +0200
3 @@ -476,11 +476,8 @@
4      eu_enters (DBG_INIT);
5  
6  #ifdef LINUX_2_6
7 -        if ( intf->driver != NULL )
8 -        {
9 -            ins = usb_get_intfdata ( intf );
10 -            goto byebye;
11 -        }
12 +    if ( ( ins = usb_get_intfdata ( intf ) ) != NULL )
13 +       goto byebye;
14  #endif
15          
16      /*
This page took 0.039385 seconds and 3 git commands to generate.