diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-06-11 15:26:18 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-07-23 10:17:04 +0200 |
commit | 31d9500498b9c9c4eff6a5b1075db7ea4a2db165 (patch) | |
tree | 04ecdd095e01d593a49fdce1076a5b66dd63e99d /include | |
parent | 31b1e17f444c013083d6b09864f2f63067506492 (diff) | |
download | u-boot-31d9500498b9c9c4eff6a5b1075db7ea4a2db165.tar.gz u-boot-31d9500498b9c9c4eff6a5b1075db7ea4a2db165.tar.bz2 u-boot-31d9500498b9c9c4eff6a5b1075db7ea4a2db165.zip |
mmc: drop mention of IN_PROGRESS status
The IN_PROGRESS macro has been removed in commit bd47c13583f (mmc: Fix
splitting device initialization). Remove it from the mmc_start_init()
function description.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'include')
-rw-r--r-- | include/mmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h index 534c317b43..1729292d27 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -759,7 +759,7 @@ int mmc_set_bkops_enable(struct mmc *mmc); * initializatin. * * @param mmc Pointer to a MMC device struct - * @return 0 on success, IN_PROGRESS on waiting for OCR status, <0 on error. + * @return 0 on success, <0 on error. */ int mmc_start_init(struct mmc *mmc); |