Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2007 21:33:03 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115364 for review
Message-ID:  <200703052133.l25LX3Yi055120@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115364

Change 115364 by piso@piso_newluxor on 2007/03/05 21:32:46

	Wrap the BUS_SETUP_INTR() line to 80.

Affected files ...

.. //depot/projects/soc2006/intr_filter/arm/sa11x0/sa11x0.c#6 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/arm/sa11x0/sa11x0.c#6 (text+ko) ====

@@ -113,8 +113,8 @@
 	saved_cpsr = SetCPSR(I32_bit, I32_bit);                 
 
 	SetCPSR(I32_bit, saved_cpsr & I32_bit);
-	BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, intr, arg,
-	    cookiep);
+	BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, 
+	    intr, arg, cookiep);
 	return (0);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703052133.l25LX3Yi055120>