artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0131f0
)
correct an argument to fix build, broken by rev 1.22 in 2013
author
jsg
<jsg@openbsd.org>
Sun, 26 May 2024 03:28:54 +0000
(
03:28
+0000)
committer
jsg
<jsg@openbsd.org>
Sun, 26 May 2024 03:28:54 +0000
(
03:28
+0000)
sys/dev/pcmcia/cfxga.c
patch
|
blob
|
history
diff --git
a/sys/dev/pcmcia/cfxga.c
b/sys/dev/pcmcia/cfxga.c
index
2237db1
..
a07c02d
100644
(file)
--- a/
sys/dev/pcmcia/cfxga.c
+++ b/
sys/dev/pcmcia/cfxga.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cfxga.c,v 1.3
3 2022/07/15 17:57:26 kettenis Exp $
*/
+/* $OpenBSD: cfxga.c,v 1.3
4 2024/05/26 03:28:54 jsg Exp $
*/
/*
* Copyright (c) 2005, 2006, Matthieu Herrb and Miodrag Vallat
@@
-324,7
+324,7
@@
cfxga_activate(struct device *dev, int act)
pcmcia_function_disable(sc->sc_pf);
break;
default:
- rv = config_activate_children(
self
, act);
+ rv = config_activate_children(
dev
, act);
break;
}
return (rv);