All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] arm: exynos/goni: fix the return type for s5p_mmc_init
Date: Thu, 05 Dec 2013 10:44:16 +0900	[thread overview]
Message-ID: <529FDA70.6020101@samsung.com> (raw)
In-Reply-To: <529D6592.6010905@samsung.com>

On 03/12/13 14:01, Jaehoon Chung wrote:
> The "int" type is right.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/mmc.h  |    2 +-
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-exynos/mmc.h b/arch/arm/include/asm/arch-exynos/mmc.h
> index 98312d1..98d6530 100644
> --- a/arch/arm/include/asm/arch-exynos/mmc.h
> +++ b/arch/arm/include/asm/arch-exynos/mmc.h
> @@ -55,7 +55,7 @@
>  
>  int s5p_sdhci_init(u32 regbase, int index, int bus_width);
>  
> -static inline unsigned int s5p_mmc_init(int index, int bus_width)
> +static inline int s5p_mmc_init(int index, int bus_width)
>  {
>  	unsigned int base = samsung_get_base_mmc() +
>  				(S5P_MMC_DEV_OFFSET * index);
> diff --git a/arch/arm/include/asm/arch-s5pc1xx/mmc.h b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
> index 55ff10b..dd473c8 100644
> --- a/arch/arm/include/asm/arch-s5pc1xx/mmc.h
> +++ b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
> @@ -55,7 +55,7 @@
>  
>  int s5p_sdhci_init(u32 regbase, int index, int bus_width);
>  
> -static inline unsigned int s5p_mmc_init(int index, int bus_width)
> +static inline int s5p_mmc_init(int index, int bus_width)
>  {
>  	unsigned int base = samsung_get_base_mmc() +
>  				 (S5P_MMC_DEV_OFFSET * index);
> -- 1.7.9.5 
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

  reply	other threads:[~2013-12-05  1:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03  5:01 [U-Boot] [PATCH 1/2] arm: exynos/goni: fix the return type for s5p_mmc_init Jaehoon Chung
2013-12-05  1:44 ` Minkyu Kang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-03  5:00 Jaehoon Chung
2013-12-03  8:17 ` Lukasz Majewski

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=529FDA70.6020101@samsung.com \
    --to=mk7.kang@samsung.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.