]> git.pld-linux.org Git - packages/eagle-usb.git/blame - eagle-usb-2.6.6.patch
- fixed.
[packages/eagle-usb.git] / eagle-usb-2.6.6.patch
CommitLineData
6cf9e622 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.023261 seconds and 4 git commands to generate.