aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-10-20 20:27:22 +0000
committerWarner Losh <imp@FreeBSD.org>2000-10-20 20:27:22 +0000
commit4659a2082232df9a5503f13aff4ddb9b51351f5a (patch)
tree6766527e22b8e86db5c0b48bb47e9646e38fe47b /sys/dev
parent9aea17a7925af1184c26591fd0e851c73380e002 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index c447312c54ef2..f55614f694dc1 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -335,7 +335,7 @@ pccard_function_init(struct pccard_function *pf)
}
if (cfe->irqmask) {
cfe->irqrid = 0;
- cfe->irqres = bus_alloc_resource(bus, SYS_RES_IRQ,
+ r = cfe->irqres = bus_alloc_resource(bus, SYS_RES_IRQ,
&cfe->irqrid, 10, 12, 1, 0);
if (cfe->irqres == 0)
goto not_this_one;