Tomasz, On Fri, May 17, 2013 at 1:34 PM, Tomasz Figa <tomasz.figa@xxxxxxxxx> wrote: >> Slight nit to add this before the call to irq_domain_add_linear(). >> demv() will handle freeing your memory but nothing will handle undoing >> the irq_domain_add_linear() if you return an error. > > I'm a bit sceptical when it is about error handling in such cases. > Basically if interrupt initialization fails, something is seriously wrong, > either with your kernel config or with some code. > > Since such case has been already unhandled in the driver (with nr_banks > > 1 = always), so I didn't bother to add any undoing here. Yeah, not all drivers handle it well. I'm always surprised by the number of drivers that seem have it right, though. Certainly it seems awfully unlikely that allocating a small number of bytes in a probe function would fail. ...but changing the order doesn't hurt anything and would make it more correct, even if it's not fully correct. >> Optional: debug statements: >> >> pr_debug("%s: con %#010x => %#010x\n", bank->name, >> readl(regs + EXYNOS_GPIO_ECON_OFFSET + bank->eint_offset), >> save->eint_con); >> pr_debug("%s: fltcon0 %#010x => %#010x\n", bank->name, >> readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET + 2 * bank->eint_offset), >> save->eint_fltcon0); >> pr_debug("%s: fltcon1 %#010x => %#010x\n", bank->name, >> readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET + 2 * bank->eint_offset + 4), >> save->eint_fltcon1); > > OK. I wonder if this could be added in a separate patch or I should rather > send v2 on Monday? Definitely optional to add these, so up to you whether to spin the patch, ignore my suggestion, or do a separate patch. :) Thanks for sending all of these up, by the way! If things look good next week I'll probably revert my local version of this (the V2 of my original series) and pull in your series to keep us on the same page. :) -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html