Message ID | C8443D0743D26F4388EA172BF4E2A7A93E9E1905@DBDE01.ent.ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Mohammed, Afzal <afzal@ti.com> [120910 22:36]: > Hi Tony, > > On Tue, Sep 11, 2012 at 05:47:10, Tony Lindgren wrote: > > > FYI, looks like a new warning got introduced, so I've > > committed the following trivial patch on top of this series. > > I was not careful enough, sorry. Thanks for fixing it. > > Another hunk as follows would also be required for error > path even though compiler didn't complain. > > Not sure whether you can fixup or I should post as a > separate patch. Oh OK, please just post a separate patch as I've already pushed it out. > As an aside, there was compiler warning before this > series, but I didn't dare to touch it, so a warning > was seen but thought it was due to the earlier one. > And now Arnd has fixed the original warning. OK Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Tony, On Tue, Sep 11, 2012 at 11:12:27, Tony Lindgren wrote: > * Mohammed, Afzal <afzal@ti.com> [120910 22:36]: > > I was not careful enough, sorry. Thanks for fixing it. > > > > Another hunk as follows would also be required for error > > path even though compiler didn't complain. > > > > Not sure whether you can fixup or I should post as a > > separate patch. > > Oh OK, please just post a separate patch as I've > already pushed it out. I have posted a separate patch, please consider for inclusion in your tree. BTW, you original commit that fixes the compiler warning has some strange characters. Regards Afzal
* Mohammed, Afzal <afzal@ti.com> [120910 23:40]: > Hi Tony, > > On Tue, Sep 11, 2012 at 11:12:27, Tony Lindgren wrote: > > * Mohammed, Afzal <afzal@ti.com> [120910 22:36]: > > > > I was not careful enough, sorry. Thanks for fixing it. > > > > > > Another hunk as follows would also be required for error > > > path even though compiler didn't complain. > > > > > > Not sure whether you can fixup or I should post as a > > > separate patch. > > > > Oh OK, please just post a separate patch as I've > > already pushed it out. > > I have posted a separate patch, please consider for > inclusion in your tree. > > BTW, you original commit that fixes the compiler > warning has some strange characters. Ah thanks, that's a copy paste UTF-8 issue. I'll just fold in the fixes and push them out to a new devel-gpmc-fixed branch. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Sep 11, 2012 at 23:51:07, Tony Lindgren wrote: > Ah thanks, that's a copy paste UTF-8 issue. I'll just fold > in the fixes and push them out to a new devel-gpmc-fixed > branch. Thanks Tony Regards Afzal
diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index 337cf0a..27293e3 100644 --- a/drivers/mtd/nand/omap2.c +++ b/drivers/mtd/nand/omap2.c @@ -1404,6 +1404,7 @@ static int __devinit omap_nand_probe(struct platform_device *pdev) info->gpmc_irq_count = platform_get_irq(pdev, 1); if (info->gpmc_irq_count <= 0) { dev_err(&pdev->dev, "error getting count irq\n"); + err = -ENODEV; goto out_release_mem_region; } err = request_irq(info->gpmc_irq_count, omap_nand_irq,