diff mbox

DaVinci: DM365: SDIO interrupt resource correction

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

Commit Message

s-paulraj@ti.com Aug. 27, 2009, 6:53 p.m. UTC
From: Sandeep Paulraj <s-paulraj@ti.com>

This patch fixes a typo/bug in the DM365 interrupt

Signed-off-by: Phaneendra Kumar <phani@embwise.com>
---
Thanks to Phaneendra for finding this typo/bug.
Submitting patch on behalf of him.
Earlier patch had wrong subject
 arch/arm/mach-davinci/devices.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Sergei Shtylyov Aug. 27, 2009, 8:37 p.m. UTC | #1
Hello.

s-paulraj@ti.com wrote:

> From: Sandeep Paulraj <s-paulraj@ti.com>
>
> This patch fixes a typo/bug in the DM365 interrupt
>
> Signed-off-by: Phaneendra Kumar <phani@embwise.com>
> ---
> Thanks to Phaneendra for finding this typo/bug.
> Submitting patch on behalf of him.
>   

   You should have his name after From: and your signoff added in this 
case, otherwise you're considered an author, not him.

WBR, Sergei
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;