mbox

[U-Boot] Pull request: u-boot-sh/master

Message ID CABMQnVJxbJHgFBBa1zOmoL7im29RPGq5BDvoha6widCj-TDv2g@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-sh master

Message

Nobuhiro Iwamatsu March 31, 2014, 1:52 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:

  blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28
16:55:29 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-sh master

for you to fetch changes up to 82778e92c2816036ed79cdfb47e6eb6f6487a3f9:

  board: ecovec: fix USB0 clock enable (2014-03-31 10:48:02 +0900)

----------------------------------------------------------------
Baruch Siach (2):
      board: ecovec: fix debug LEDs pin direction
      board: ecovec: fix USB0 clock enable

 board/renesas/ecovec/ecovec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Masahiro Yamada March 31, 2014, 3:54 a.m. UTC | #1
Hi Nobuhiro

Could you fix  error & warning in sh_mmcif.c, please?


drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
drivers/mmc/sh_mmcif.c:591:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]


Best Regards
Masahiro Yamada
Nobuhiro Iwamatsu March 31, 2014, 5:29 a.m. UTC | #2
Hi,

2014-03-31 12:54 GMT+09:00 Masahiro Yamada <yamada.m@jp.panasonic.com>:
> Hi Nobuhiro
>
> Could you fix  error & warning in sh_mmcif.c, please?
>
>
> drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
> drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
> drivers/mmc/sh_mmcif.c:591:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]

This is copy and paste error of mmc rework.
OK, I will fix this problem, soon.

Thanks for your report.

>
>
> Best Regards
> Masahiro Yamada
>

Best regards,
  Nobuhiro
Tom Rini March 31, 2014, 12:32 p.m. UTC | #3
On Mon, Mar 31, 2014 at 10:52:33AM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh master branch.
> 
> The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:
> 
>   blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28
> 16:55:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh master
> 
> for you to fetch changes up to 82778e92c2816036ed79cdfb47e6eb6f6487a3f9:
> 
>   board: ecovec: fix USB0 clock enable (2014-03-31 10:48:02 +0900)
> 
> ----------------------------------------------------------------
> Baruch Siach (2):
>       board: ecovec: fix debug LEDs pin direction
>       board: ecovec: fix USB0 clock enable
> 
>  board/renesas/ecovec/ecovec.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!