commit | a90c4c38a1c7af1ecafd72ff06d19c68f2985e71 | [log] [tgz] |
---|---|---|
author | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Wed Sep 15 15:18:33 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 17 08:12:22 2021 -0400 |
tree | 3394ff227dd36924094649a627b5ed4c12e8d30b | |
parent | be7faf7c0826544382165e47d8d33e716fd12622 [diff] |
drivers: disk: Fix USDHC driver to return 0 on success The function usdhc_board_access_init was returning a non-zero value as the variable "ret" is also used to store the GPIO level for card-detect. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>