diff mbox

mx28: LRADC macro rename

Message ID 1322667807-8097-1-git-send-email-rusko.peter@prolan.hu
State New
Headers show

Commit Message

Peter Rusko Nov. 30, 2011, 3:43 p.m. UTC
It's a correction of two macro names, renaming them from IRADC to LRADC.

Signed-off-by: Peter Rusko <rusko.peter@prolan.hu>
---
 arch/arm/mach-mxs/include/mach/mx28.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Wolfram Sang Nov. 30, 2011, 8 p.m. UTC | #1
On Wed, Nov 30, 2011 at 04:43:27PM +0100, Peter Rusko wrote:
> It's a correction of two macro names, renaming them from IRADC to LRADC.
> 
> Signed-off-by: Peter Rusko <rusko.peter@prolan.hu>

Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Shawn Guo Dec. 1, 2011, 12:19 p.m. UTC | #2
On Wed, Nov 30, 2011 at 04:43:27PM +0100, Peter Rusko wrote:
> It's a correction of two macro names, renaming them from IRADC to LRADC.
> 
> Signed-off-by: Peter Rusko <rusko.peter@prolan.hu>
> ---

Applied, thanks.

I added the prefix 'ARM: ' to the patch subject to make it consistent
with one of the most common pattern of ARM patch subject.
diff mbox

Patch

diff --git a/arch/arm/mach-mxs/include/mach/mx28.h b/arch/arm/mach-mxs/include/mach/mx28.h
index 75d8611..30c7990 100644
--- a/arch/arm/mach-mxs/include/mach/mx28.h
+++ b/arch/arm/mach-mxs/include/mach/mx28.h
@@ -104,8 +104,8 @@ 
 #define MX28_INT_CAN1			9
 #define MX28_INT_LRADC_TOUCH		10
 #define MX28_INT_HSADC			13
-#define MX28_INT_IRADC_THRESH0		14
-#define MX28_INT_IRADC_THRESH1		15
+#define MX28_INT_LRADC_THRESH0		14
+#define MX28_INT_LRADC_THRESH1		15
 #define MX28_INT_LRADC_CH0		16
 #define MX28_INT_LRADC_CH1		17
 #define MX28_INT_LRADC_CH2		18