Message ID | 1251399191-25063-1-git-send-email-s-paulraj@ti.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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 --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;