mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() When the call to platform_get_irq() to obtain the IRQ of the lcd fails, the
returned error code should be propagated. However, we currently do not
explicitly assign this error code to 'ret'. As a result, 0 was incorrectly
returned.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
kmb_crtc.c | ||
kmb_drv.c | ||
kmb_drv.h | ||
kmb_dsi.c | ||
kmb_dsi.h | ||
kmb_plane.c | ||
kmb_plane.h | ||
kmb_regs.h | ||
Makefile |