[U-Boot] [PATCH v3 2/8] video: squash lines for immediate return
Simon Glass
sjg at chromium.org
Tue Sep 6 16:23:10 CEST 2016
On 6 September 2016 at 07:17, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> For vidconsole_post_probe(), it is common coding style to let a
> probe method return the value of a register function.
>
> The others will become simple wrapper functions.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> Acked-by: Anatolij Gustschin <agust at denx.de>
> ---
>
> Changes in v3:
> - Two more fixes
> - s/resister/register/
>
> drivers/video/bridge/ptn3460.c | 7 +------
> drivers/video/broadwell_igd.c | 5 +----
> drivers/video/exynos/exynos_dp_lowlevel.c | 6 +-----
> drivers/video/tegra124/display.c | 8 +-------
> drivers/video/vidconsole-uclass.c | 6 +-----
> 5 files changed, 5 insertions(+), 27 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list