diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-27 23:20:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-27 23:20:03 +0000 |
commit | 89eba5eb77bbf92ffed6686c951cc35f4027e71f (patch) | |
tree | b56887b1753ca2573002bc7f60e5f3e47c33b116 /drivers/parport/share.c | |
parent | f7ff3f5a67747c7714c3db772d05965a0c033705 (diff) |
Merge with Linux 2.4.0-test5-pre5.
Diffstat (limited to 'drivers/parport/share.c')
-rw-r--r-- | drivers/parport/share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/share.c b/drivers/parport/share.c index c4c6a44b3..ec167ece1 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -125,7 +125,7 @@ static void attach_driver_chain(struct parport *port) spin_unlock (&driverlist_lock); for (count = 0; count < i; count++) - (*attach[i]) (port); + (*attach[count]) (port); kfree (attach); } |