updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / et131x / 06_et131x-1.2.3-irq-timer-fix.patch
blob973f676425f1610a0b68ea0e3542981da9ef4e0a
1 --- et131x-1.2.3/et131x_initpci.c.orig 2008-02-18 14:40:33.000000000 +0100
2 +++ et131x-1.2.3/et131x_initpci.c 2008-02-18 14:48:48.000000000 +0100
3 @@ -573,7 +573,7 @@
4 /**************************************************************************
5 This is a periodic timer, so reschedule
6 *************************************************************************/
7 - add_timer( &pAdapter->ErrorTimer );
8 + mod_timer( &pAdapter->ErrorTimer, jiffies+ 5*HZ );
10 return;