From 6171bf298fd6810b8abe328445ff76c6fb74efbb Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 13 Feb 2004 21:28:20 +0000 Subject: order irq,pri args to gsc_intr_establish() the way less confusing compared to other trolley busses around ... --- sys/arch/hppa/gsc/harmony.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa/gsc/harmony.c') 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; -- cgit v1.2.3