Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2009 08:49:06 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 157832 for review
Message-ID:  <200902170849.n1H8n57I016742@repoman.freebsd.org>

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

Change 157832 by andrew@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



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