artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cdb763
)
whitespace
author
deraadt
<deraadt@openbsd.org>
Sat, 17 Aug 2024 02:35:00 +0000
(
02:35
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 17 Aug 2024 02:35:00 +0000
(
02:35
+0000)
sys/dev/ic/dwiic.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/dwiic.c
b/sys/dev/ic/dwiic.c
index
2ca0dc3
..
b8d9a39
100644
(file)
--- a/
sys/dev/ic/dwiic.c
+++ b/
sys/dev/ic/dwiic.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dwiic.c,v 1.2
0 2024/08/17 02:28:45
deraadt Exp $ */
+/* $OpenBSD: dwiic.c,v 1.2
1 2024/08/17 02:35:00
deraadt Exp $ */
/*
* Synopsys DesignWare I2C controller
*
@@
-37,7
+37,7
@@
dwiic_activate(struct device *self, int act)
switch (act) {
case DVACT_SUSPEND:
- rv = config_activate_children(self, act);
+ rv = config_activate_children(self, act);
/* disable controller */
dwiic_enable(sc, 0);