diff options
| author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2017-08-21 16:49:58 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-10 07:41:39 -0800 |
| commit | 9954f1884eec0c584136a08290a62d996fd010ea (patch) | |
| tree | 51ed42ff17056c68b4f4df982fdbe12dd639bb26 /arch/sparc/mm/tlb.c | |
| parent | 27e13827973eccb7fcbf3c70832305082aa082c2 (diff) | |
video: fbdev: pxa3xx_gcu: fix error return code in pxa3xx_gcu_probe()
[ Upstream commit 7588f1ecc5f0c914e669d8afb6525f47cd1c4355 ]
platform_get_irq() returns an error code, but the pxa3xx_gcu driver
ignores it and always returns -ENODEV. This is not correct and,
prevents -EPROBE_DEFER from being propagated properly.
Also, notice that platform_get_irq() no longer returns 0 on error:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e330b9a6bb35dc7097a4f02cb1ae7b6f96df92af
Print and propagate the return value of platform_get_irq on failure.
This issue was detected with the help of Coccinelle.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/sparc/mm/tlb.c')
0 files changed, 0 insertions, 0 deletions
