diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-31 04:48:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-31 04:48:00 +0000 |
commit | d1351bab4c2b9740f333b8b4edf8347043a3917b (patch) | |
tree | bdcd2f3584152bcf04909a71d243a864fba5bbed | |
parent | 8bee3da782ae6c9453fd20b364f358f14e002a39 (diff) |
indent
-rw-r--r-- | sys/dev/pci/ahd_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ahd_pci.c b/sys/dev/pci/ahd_pci.c index b4ef6d3e2ba..8e4dda5ad0b 100644 --- a/sys/dev/pci/ahd_pci.c +++ b/sys/dev/pci/ahd_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahd_pci.c,v 1.17 2007/10/22 03:16:35 fgsch Exp $ */ +/* $OpenBSD: ahd_pci.c,v 1.18 2009/05/31 04:47:59 deraadt Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -501,7 +501,7 @@ ahd_pci_attach(struct device *parent, struct device *self, void *aux) } intrstr = pci_intr_string(pa->pa_pc, ih); ahd->ih = pci_intr_establish(pa->pa_pc, ih, IPL_BIO, - ahd_platform_intr, ahd, ahd->sc_dev.dv_xname); + ahd_platform_intr, ahd, ahd->sc_dev.dv_xname); if (ahd->ih == NULL) { printf("%s: couldn't establish interrupt", ahd_name(ahd)); if (intrstr != NULL) |