diff mbox

DaVinci: DM365: SDIO interrupt resource correction

Message ID 1251407216-3136-1-git-send-email-s-paulraj@ti.com (mailing list archive)
State Accepted
Headers show

Commit Message

s-paulraj@ti.com Aug. 27, 2009, 9:06 p.m. UTC
From: Phaneendra Kumar <phani@embwise.com>

This patch fixes a typo/bug in the DM365 SDIO interrupt assignment

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---
Thanks to Phaneendra for finding this typo/bug.
Submitting patch on behalf of him.
Earlier patches had wrong subject and also was also not
taking care of formalities as pointed to by Sergei
 arch/arm/mach-davinci/devices.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kevin Hilman Sept. 8, 2009, 11:56 p.m. UTC | #1
s-paulraj@ti.com writes:

> From: Phaneendra Kumar <phani@embwise.com>
>
> This patch fixes a typo/bug in the DM365 SDIO interrupt assignment
>
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
> ---
> Thanks to Phaneendra for finding this typo/bug.
> Submitting patch on behalf of him.
> Earlier patches had wrong subject and also was also not
> taking care of formalities as pointed to by Sergei

Thanks, pushing this version.

Kevin

>  arch/arm/mach-davinci/devices.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
> index a55b650..34dc0e9 100644
> --- a/arch/arm/mach-davinci/devices.c
> +++ b/arch/arm/mach-davinci/devices.c
> @@ -177,7 +177,7 @@ void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config)
>  			mmcsd1_resources[0].start = DM365_MMCSD1_BASE;
>  			mmcsd1_resources[0].end = DM365_MMCSD1_BASE +
>  							SZ_4K - 1;
> -			mmcsd0_resources[2].start = IRQ_DM365_SDIOINT1;
> +			mmcsd1_resources[2].start = IRQ_DM365_SDIOINT1;
>  		} else
>  			break;
>  
> -- 
> 1.6.0.4
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
index a55b650..34dc0e9 100644
--- a/arch/arm/mach-davinci/devices.c
+++ b/arch/arm/mach-davinci/devices.c
@@ -177,7 +177,7 @@  void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config)
 			mmcsd1_resources[0].start = DM365_MMCSD1_BASE;
 			mmcsd1_resources[0].end = DM365_MMCSD1_BASE +
 							SZ_4K - 1;
-			mmcsd0_resources[2].start = IRQ_DM365_SDIOINT1;
+			mmcsd1_resources[2].start = IRQ_DM365_SDIOINT1;
 		} else
 			break;