]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.3-ini9100u-fix.patch
- obsolete
[packages/kernel.git] / 2.6.3-ini9100u-fix.patch
1 --- linux-2.6.3/drivers/scsi/ini9100u.c.org     2004-02-26 00:02:24.501479984 +0100
2 +++ linux-2.6.3/drivers/scsi/ini9100u.c 2004-02-26 00:02:11.234496872 +0100
3 @@ -281,7 +281,7 @@
4         unsigned long flags;
5         
6         spin_lock_irqsave(dev->host_lock, flags);
7 -       tul_isr((HCS *)hreg->base);
8 +       tul_isr((HCS *)dev->base);
9         spin_unlock_irqrestore(dev->host_lock, flags);
10         return IRQ_HANDLED;
11  }
This page took 0.12294 seconds and 3 git commands to generate.