From 2d9668fbd2ab22b3cb4be415b3425705ca3fd635 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Jan 2017 16:24:41 -0600 Subject: [PATCH] Fix a typo in a comment --- TODO | 2 +- drivers/mmcsd/mmcsd_sdio.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6a5113ec756..eefde1ac507 100644 --- a/TODO +++ b/TODO @@ -414,7 +414,7 @@ o Memory Management (mm/) So in this case, NuttX work just link Linux or or *nix systems: All memory allocated by processes or threads in processes will - be recovered when the process exists. + be recovered when the process exits. But not for the flat memory build. In that case, the issues above do apply. There is no safe way to recover the memory in diff --git a/drivers/mmcsd/mmcsd_sdio.c b/drivers/mmcsd/mmcsd_sdio.c index 9c93cefd4ba..b59b9f2fa36 100644 --- a/drivers/mmcsd/mmcsd_sdio.c +++ b/drivers/mmcsd/mmcsd_sdio.c @@ -1476,6 +1476,7 @@ static ssize_t mmcsd_readmultiple(FAR struct mmcsd_state_s *priv, { offset = startblock << priv->blockshift; } + finfo("nbytes=%d byte offset=%d\n", nbytes, offset); /* Select the block size for the card */