patch-2.4.0-test10 linux/drivers/isdn/hysdn/boardergo.c
Next file: linux/drivers/isdn/isdn_common.c
Previous file: linux/drivers/isdn/avmb1/capifs.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Oct 12 14:19:32 2000
- Orig file:
v2.4.0-test9/linux/drivers/isdn/hysdn/boardergo.c
- Orig date:
Tue Aug 22 09:06:31 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/isdn/hysdn/boardergo.c linux/drivers/isdn/hysdn/boardergo.c
@@ -459,7 +459,7 @@
request_region(card->iobase + PCI9050_USER_IO, 1, "HYSDN");
ergo_stopcard(card); /* disable interrupts */
if (request_irq(card->irq, ergo_interrupt, SA_SHIRQ, "HYSDN", card)) {
- ergo_releasehardware(card); /* return the aquired hardware */
+ ergo_releasehardware(card); /* return the acquired hardware */
return (-1);
}
/* success, now setup the function pointers */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)