From a6a5dff2c970a3a3d31ba093b6f5089e745d60cf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Sep 2014 08:57:25 -0600 Subject: [PATCH] Cosmetic changes to comments/spacing --- configs/sama5d4-ek/src/sam_bringup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sama5d4-ek/src/sam_bringup.c b/configs/sama5d4-ek/src/sam_bringup.c index b1c795fb830..d94cebcfc9c 100644 --- a/configs/sama5d4-ek/src/sam_bringup.c +++ b/configs/sama5d4-ek/src/sam_bringup.c @@ -124,6 +124,7 @@ int sam_bringup(void) #ifdef CONFIG_SAMA5D4EK_HSMCI0_MOUNT else { + /* REVISIT: A delay seems to be required here or the mount will fail. */ /* Mount the volume on HSMCI0 */ ret = mount(CONFIG_SAMA5D4EK_HSMCI0_MOUNT_BLKDEV, @@ -153,6 +154,7 @@ int sam_bringup(void) #ifdef CONFIG_SAMA5D4EK_HSMCI1_MOUNT else { + /* REVISIT: A delay seems to be required here or the mount will fail. */ /* Mount the volume on HSMCI1 */ ret = mount(CONFIG_SAMA5D4EK_HSMCI1_MOUNT_BLKDEV,