mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
f426423471
The code checks that uclass_first_device returned a device but the
returned value that is assigned is never used. Use
uclass_first_device_err instead, and move the error return outside of
the if block.
Fixes:
|
||
---|---|---|
.. | ||
ipu.h | ||
ipu_common.c | ||
ipu_disp.c | ||
ipu_regs.h | ||
Kconfig | ||
Makefile | ||
mxc_ipuv3_fb.c | ||
mxcfb.h |