Message ID | 20220124185503.6720-1-s.shtylyov@omp.ru (mailing list archive) |
---|---|
Headers | show |
Series | Fix deferred probing in the EDAC drivers | expand |
On Mon, Jan 24, 2022 at 09:55:01PM +0300, Sergey Shtylyov wrote: > Here are 2 patches against the 'edac-for-next' branch of the 'ras.git' repo > (for the lack of a better branch for fixes?). The affected drivers call > platform_get_irq[_optional]() but override its result in case of error -- > which prevents the deferred probing from working. > > Sergey Shtylyov (2): > edac: altera: fix deferred probing > edac: xgene: fix deferred probing > > drivers/edac/altera_edac.c | 2 +- > drivers/edac/xgene_edac.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > -- Both applied, thanks.