PERFORCE change 157832 for review

Andrew Turner andrew at FreeBSD.org
Tue Feb 17 00:49:09 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=157832

Change 157832 by andrew at andrew_bender on 2009/02/17 08:48:48

	Correct the spelling of S3C2410_SDI_IMSK

Affected files ...

.. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0_mci.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0_mci.c#6 (text+ko) ====

@@ -114,7 +114,7 @@
 	struct s3c24x0_mci_softc *sc;
 
 	sc = device_get_softc(dev);
-	WR4(sc, SDI_IMSK, 0x3ffdf); /* Enable all interrupts */
+	WR4(sc, S3C2410_SDI_IMSK, 0x3ffdf); /* Enable all interrupts */
 }
 
 static void
@@ -123,7 +123,7 @@
 	struct s3c24x0_mci_softc *sc;
 
 	sc = device_get_softc(dev);
-	WR4(sc, SDI_IMSK, 0x0); /* Disable all interrupts */
+	WR4(sc, S3C2410_SDI_IMSK, 0x0); /* Disable all interrupts */
 }
 
 static int


More information about the p4-projects mailing list