diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-12-20 11:41:25 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:36 +0100 |
commit | b0c4ae1a5176632e17627f05ae54be1b1bea3082 (patch) | |
tree | f5b5353291b4779cb9084b8889e0f0f0c5b2abc3 /doc | |
parent | 3f6242eb30ca768ba56d46c40a905ea25405d12d (diff) | |
download | u-boot-imx-b0c4ae1a5176632e17627f05ae54be1b1bea3082.zip u-boot-imx-b0c4ae1a5176632e17627f05ae54be1b1bea3082.tar.gz u-boot-imx-b0c4ae1a5176632e17627f05ae54be1b1bea3082.tar.bz2 |
mmc: sunxi: Fix misuse of gpio_direction_input()
It does not make sense to make gpio_direction_input() return the gpio input
status. The return value of gpio_direction_input() is inconsistent if
CONFIG_DM_GPIO is defined.
And we don't need to call gpio_direction_input() int sunxi_mmc_getcd().
Just init the gpio once in mmc_resource_init() is enough.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions