diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-09-13 16:51:20 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-09-13 16:51:20 +0000 |
commit | 9e9730dbd43d5da0349d1518473fe899dcdb2b3c (patch) | |
tree | 6bac8723e7880d012b0bc0c7cc26068d5ab1f5d8 | |
parent | a6d1eb9ed2ac4e962213338fb3e20bcda51ebb6c (diff) |
spacing nit.
ok dlg@
-rw-r--r-- | sys/dev/pci/cmpci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cmpci.c b/sys/dev/pci/cmpci.c index c3994b5ec72..d8e9622e42f 100644 --- a/sys/dev/pci/cmpci.c +++ b/sys/dev/pci/cmpci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmpci.c,v 1.15 2007/09/03 08:52:03 jakemsr Exp $ */ +/* $OpenBSD: cmpci.c,v 1.16 2007/09/13 16:51:19 brad Exp $ */ /* $NetBSD: cmpci.c,v 1.25 2004/10/26 06:32:20 xtraeme Exp $ */ /* @@ -392,7 +392,7 @@ cmpci_attach(struct device *parent, struct device *self, void *aux) return; } intrstr = pci_intr_string(pa->pa_pc, ih); - sc->sc_ih=pci_intr_establish(pa->pa_pc, ih, IPL_AUDIO, cmpci_intr, sc, + sc->sc_ih = pci_intr_establish(pa->pa_pc, ih, IPL_AUDIO, cmpci_intr, sc, sc->sc_dev.dv_xname); if (sc->sc_ih == NULL) { printf(": failed to establish interrupt"); |