artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021effe
)
The simplebus_attach() function already prints a newline, so drop it here.
author
kettenis
<kettenis@openbsd.org>
Thu, 6 Apr 2023 19:02:29 +0000
(19:02 +0000)
committer
kettenis
<kettenis@openbsd.org>
Thu, 6 Apr 2023 19:02:29 +0000
(19:02 +0000)
sys/dev/fdt/rkgrf.c
patch
|
blob
|
history
diff --git
a/sys/dev/fdt/rkgrf.c
b/sys/dev/fdt/rkgrf.c
index
b5ede28
..
b3c5d76
100644
(file)
--- a/
sys/dev/fdt/rkgrf.c
+++ b/
sys/dev/fdt/rkgrf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rkgrf.c,v 1.
5 2021/10/24 17:52:26 mpi Exp $
*/
+/* $OpenBSD: rkgrf.c,v 1.
6 2023/04/06 19:02:29 kettenis Exp $
*/
/*
* Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org>
*
@@
-82,8
+82,6
@@
rkgrf_attach(struct device *parent, struct device *self, void *aux)
return;
}
- printf("\n");
-
regmap_register(faa->fa_node, sc->sc_iot, sc->sc_ioh,
faa->fa_reg[0].size);