[U-Boot] [PATCH] include/mmc.h: Fix typo in IS_SD() macro

22 Aug
2009
22 Aug
'09
2:21 p.m.
Signed-off-by: Albin Tonnerre albin.tonnerre@free-electrons.com --- include/mmc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/mmc.h b/include/mmc.h index 229d494..2dc69ab 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -47,7 +47,7 @@
#define SD_DATA_4BIT 0x00040000
-#define IS_SD(x) (mmc->version & SD_VERSION_SD) +#define IS_SD(x) (x->version & SD_VERSION_SD)
#define MMC_DATA_READ 1 #define MMC_DATA_WRITE 2
--
1.6.0.4

23 Aug
23 Aug
10:13 p.m.
Dear Albin Tonnerre,
In message 1250943713-20630-1-git-send-email-albin.tonnerre@free-electrons.com you wrote:
Signed-off-by: Albin Tonnerre albin.tonnerre@free-electrons.com
include/mmc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
You say you are lying. But if everything you say is a lie, then you
are telling the truth. You cannot tell the truth because everything
you say is a lie. You lie, you tell the truth ... but you cannot, for
you lie.
-- Norman the android, "I, Mudd", stardate 4513.3
5739
Age (days ago)
5740
Last active (days ago)
1 comments
2 participants
participants (2)
-
Albin Tonnerre
-
Wolfgang Denk