commit | a43d6d45cd53a5509ee469c7bc9b738de1a356ca | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 30 21:30:55 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:29 2017 -0400 |
tree | a376188f41163de23f69b08930d2e3885bea2c5c | |
parent | 0f86c33d8017a9016023f9dab4acd9d5ff04cc67 [diff] |
ARM: hisilicon: hikey: do not rely on random stack value If CONFIG_MMC_DW is not defined the return value of init_dwmmc should not rely on a random stack value. Instead indicate that no error occured. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>