Skip to content

Commit

Permalink
mmcsd: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: wanggang26 <[email protected]>
  • Loading branch information
wanggang26 committed Sep 24, 2023
1 parent 381c7dd commit 1db78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmcsd/mmcsd_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,7 @@ static int mmcsd_mmcinitialize(FAR struct mmcsd_state_s *priv)
return ret;
}

mmcsd_decode_cid(priv, cid);
mmcsd_decode_cid(priv, priv->cid);

/* Send CMD3, SET_RELATIVE_ADDR. This command is used to assign a logical
* address to the card. For MMC, the host assigns the address. CMD3 causes
Expand Down

0 comments on commit 1db78ed

Please sign in to comment.