summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc/harmony.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-02-13 21:28:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-02-13 21:28:20 +0000
commit6171bf298fd6810b8abe328445ff76c6fb74efbb (patch)
treeec322f223b9e362342e7d2f29de4309516a80ab3 /sys/arch/hppa/gsc/harmony.c
parent6c7315dce09c1b5d49d79b76139635d743a6b541 (diff)
order irq,pri args to gsc_intr_establish() the way less confusing compared to other trolley busses around ...
Diffstat (limited to 'sys/arch/hppa/gsc/harmony.c')
-rw-r--r--sys/arch/hppa/gsc/harmony.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/gsc/harmony.c b/sys/arch/hppa/gsc/harmony.c
index 529c7b93ced..6a294c6b50a 100644
--- a/sys/arch/hppa/gsc/harmony.c
+++ b/sys/arch/hppa/gsc/harmony.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: harmony.c,v 1.22 2003/12/20 21:49:06 miod Exp $ */
+/* $OpenBSD: harmony.c,v 1.23 2004/02/13 21:28:19 mickey Exp $ */
/*
* Copyright (c) 2003 Jason L. Wright (jason@thought.net)
@@ -232,8 +232,8 @@ harmony_attach(parent, self, aux)
offsetof(struct harmony_empty, playback[0][0]),
PLAYBACK_EMPTYS * HARMONY_BUFSIZE, BUS_DMASYNC_PREWRITE);
- (void)gsc_intr_establish((struct gsc_softc *)parent,
- IPL_AUDIO, ga->ga_irq, harmony_intr, sc, sc->sc_dv.dv_xname);
+ (void)gsc_intr_establish((struct gsc_softc *)parent, ga->ga_irq,
+ IPL_AUDIO, harmony_intr, sc, sc->sc_dv.dv_xname);
/* set defaults */
sc->sc_in_port = HARMONY_IN_LINE;