···813813#endif814814815815 /* avoid all allocations within spinlocks */816816- if (!hep->hcpriv)816816+ if (!hep->hcpriv) {817817 ep = kzalloc(sizeof *ep, mem_flags);818818+ if (ep == NULL)819819+ return -ENOMEM;820820+ }818821819822 spin_lock_irqsave(&sl811->lock, flags);820823