| Submitter | Peter Rusko |
|---|---|
| Date | Nov. 30, 2011, 3:43 p.m. |
| Message ID | <1322667807-8097-1-git-send-email-rusko.peter@prolan.hu> |
| Download | mbox | patch |
| Permalink | /patch/128531/ |
| State | New |
| Headers | show |
Comments
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>
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.
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
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(-)