memory: emif: Add check for setup_interrupts
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Thu, 24 Feb 2022 02:54:44 +0000 (10:54 +0800)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 4 Mar 2022 08:07:42 +0000 (09:07 +0100)
commitfd7bd80b46373887b390852f490f21b07e209498
treed0678e0f5afe1ad47774d469767c250ae8ef1c60
parenta06bf59d07f45a0a6ab4ab8ac69c1d708d3fadcb
memory: emif: Add check for setup_interrupts

As the potential failure of the devm_request_threaded_irq(),
it should be better to check the return value of the
setup_interrupts() and return error if fails.

Fixes: 68b4aee35d1f ("memory: emif: add interrupt and temperature handling")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Link: https://lore.kernel.org/r/20220224025444.3256530-1-jiasheng@iscas.ac.cn
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
drivers/memory/emif.c