]> git.pld-linux.org Git - packages/eagle-usb.git/blame - 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
CommitLineData
2a48b22d 1--- eagle-usb-1.9.6/driver/eu_main.c.orig 2004-02-22 22:11:30.000000000 +0100
1a187360 2+++ eagle-usb-1.9.6/driver/eu_main.c 2004-06-01 02:11:45.880205928 +0200
2a48b22d
PS
3@@ -476,11 +476,8 @@
4 eu_enters (DBG_INIT);
5
6 #ifdef LINUX_2_6
7- if ( intf->driver != NULL )
8- {
1a187360
PS
9- ins = usb_get_intfdata ( intf );
10- goto byebye;
2a48b22d 11- }
1a187360
PS
12+ if ( ( ins = usb_get_intfdata ( intf ) ) != NULL )
13+ goto byebye;
2a48b22d
PS
14 #endif
15
16 /*
This page took 0.061018 seconds and 4 git commands to generate.