Hi all, On 28/11/2020 11:36, Julien Grall wrote:
From: Julien Grall <[email protected]>init_one_desc_irq() can return an error if it is unable to allocate memory. While this is unlikely to happen during boot (called from init_{,local_}irq_data()), it is better to harden the code by propagting the return value. Spotted by coverity. CID: 106529 Signed-off-by: Julien Grall <[email protected]> Reviewed-by: Roger Paul Monné <[email protected]>
From my understanding of MAINTAINERS rule, I still need an ack from x86 maintainers.
Cheers, -- Julien Grall
