public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peng Fan <b51431@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: mx6: add missing return value
Date: Mon, 30 Nov 2015 09:46:23 +0800	[thread overview]
Message-ID: <20151130014620.GA22479@shlinux2> (raw)
In-Reply-To: <1448818234-9284-1-git-send-email-jeroen@myspectrum.nl>

Hi Jeroen,
On Sun, Nov 29, 2015 at 06:30:34PM +0100, Jeroen Hofstee wrote:
>cc: Peng Fan <Peng.Fan@freescale.com>
>Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
>---
>not tested ;)
>
> arch/arm/cpu/armv7/mx6/clock.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/arch/arm/cpu/armv7/mx6/clock.c b/arch/arm/cpu/armv7/mx6/clock.c
>index 67e0f32..4f6fe86 100644
>--- a/arch/arm/cpu/armv7/mx6/clock.c
>+++ b/arch/arm/cpu/armv7/mx6/clock.c
>@@ -715,6 +715,8 @@ int enable_lcdif_clock(u32 base_addr)
> 	reg = readl(&imx_ccm->CCGR2);
> 	reg |= MXC_CCM_CCGR2_LCD_MASK;
> 	writel(reg, &imx_ccm->CCGR2);
>+
>+	return 0;

I CCed i.MX branch maintainer for you.

Reviewed-by: Peng Fan <Peng.Fan@freescale.com>

Regards,
Peng.

> }
> #endif
> 
>-- 
>1.9.1
>

-- 

  reply	other threads:[~2015-11-30  1:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-29 17:30 [U-Boot] [PATCH] imx: mx6: add missing return value Jeroen Hofstee
2015-11-30  1:46 ` Peng Fan [this message]
2015-11-30 10:17   ` Stefano Babic
2015-12-07 13:59   ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151130014620.GA22479@shlinux2 \
    --to=b51431@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox