On Sat, Aug 1, 2020 at 2:02 PM Bernard Zhao <[email protected]> wrote:
> The function "int drm_panel_add(struct drm_panel *panel)" > always returns 0, this return value is meaningless. > Also, there is no need to check return value which calls > "drm_panel_add and", error branch code will never run. > > Signed-off-by: Bernard Zhao <[email protected]> Makes sense. Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

