[PATCH 1/1] MMC: DaVinci: Fixed typos in comments of the response registers in davinci_mmc.c
This patch fixes the typos in the comments for the MMC response registers. They were all /* Response Register 0 and 1 */ Signed-off-by: [email protected] --- >From 08e00d18ca5d0c20a9035c631e7fcb5f39c88cb8 Mon Sep 17 00:00:00 2001 From: raghav <[email protected]> Date: Tue, 5 Jan 2010 23:57:17 +0530 Subject: [PATCH] Fixed comments for the response registers. They were all saying Regiser 0 and 1. --- drivers/mmc/host/davinci_mmc.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index dd45e7c..73a6a14 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc/host/davinci_mmc.c @@ -54,9 +54,9 @@ #define DAVINCI_MMCCMD 0x30 /* Command Register */ #define DAVINCI_MMCARGHL 0x34 /* Argument Register */ #define DAVINCI_MMCRSP01 0x38 /* Response Register 0 and 1 */ -#define DAVINCI_MMCRSP23 0x3C /* Response Register 0 and 1 */ -#define DAVINCI_MMCRSP45 0x40 /* Response Register 0 and 1 */ -#define DAVINCI_MMCRSP67 0x44 /* Response Register 0 and 1 */ +#define DAVINCI_MMCRSP23 0x3C /* Response Register 2 and 3 */ +#define DAVINCI_MMCRSP45 0x40 /* Response Register 4 and 5 */ +#define DAVINCI_MMCRSP67 0x44 /* Response Register 6 and 7 */ #define DAVINCI_MMCDRSP 0x48 /* Data Response Register */ #define DAVINCI_MMCETOK 0x4C #define DAVINCI_MMCCIDX 0x50 /* Command Index Register */ -- 1.6.0.4
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
