From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 6 Sep 2016 08:23:10 -0600 Subject: [U-Boot] [PATCH v3 2/8] video: squash lines for immediate return In-Reply-To: <1473167860-27465-3-git-send-email-yamada.masahiro@socionext.com> References: <1473167860-27465-1-git-send-email-yamada.masahiro@socionext.com> <1473167860-27465-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 6 September 2016 at 07:17, Masahiro Yamada 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 > Acked-by: Anatolij Gustschin > --- > > 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