On Thu, Jun 22, 2017 at 05:25:56PM +0200, Thomas Gleixner wrote:

[ ... ]

> > +   ret = irq_timings_alloc(irq);
> > +   if (ret) {
> > +           pr_warn("Failed to allocate irq timing stats for irq%d (%d)",
> > +                   irq, ret);
> 
> That error code is -ENOMEM always, right?

No, it could be also the value returned by idr_alloc() which could be EINVAL or
ENOSPC (which are values returned also by the low level libraries radix-tree
functions).

Reply via email to