mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
mmc: drop mention of IN_PROGRESS status
The IN_PROGRESS macro has been removed in commit bd47c13583
(mmc: Fix
splitting device initialization). Remove it from the mmc_start_init()
function description.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
parent
31b1e17f44
commit
31d9500498
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue