]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-2.6.6.patch
- fixed.
[packages/eagle-usb.git] / eagle-usb-2.6.6.patch
1 --- eagle-usb-1.9.6/driver/eu_main.c~   2004-05-10 08:42:57.249887328 +0200
2 +++ eagle-usb-1.9.6/driver/eu_main.c    2004-05-10 08:42:57.249887328 +0200
3 @@ -476,11 +476,9 @@
4      eu_enters (DBG_INIT);
5  
6  #ifdef LINUX_2_6
7 -        if ( intf->driver != NULL )
8 -        {
9 -            ins = usb_get_intfdata ( intf );
10 +        ins = usb_get_intfdata ( intf );
11 +        if ( ins != NULL )
12              goto byebye;
13 -        }
14  #endif
15          
16      /*
This page took 0.030767 seconds and 3 git commands to generate.