projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47595e3
)
staging: rts5208: sd: fix misspelled constant
author
Sumit Pundir
<pundirsumit11@gmail.com>
Wed, 10 Jan 2018 10:16:10 +0000
(15:46 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 18:14:47 +0000
(19:14 +0100)
Fixes the misspelled constant to 'SWITCH_NO_ERR'.
Issue reported by checkpatch.pl
Signed-off-by: Sumit Pundir <pundirsumit11@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/sd.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rts5208/sd.h
b/drivers/staging/rts5208/sd.h
index 55764e16b93a9f1f2ba1e4018d34def2272e746d..900be444acf9a8a4f2ecc114a959cd72849f5b32 100644
(file)
--- a/
drivers/staging/rts5208/sd.h
+++ b/
drivers/staging/rts5208/sd.h
@@
-118,7
+118,7
@@
#define SUPPORT_MAX_POWER_PERMANCE 0x10000000
#define SUPPORT_1V8 0x01000000
-#define SW
TI
CH_NO_ERR 0x00
+#define SW
IT
CH_NO_ERR 0x00
#define CARD_NOT_EXIST 0x01
#define SPEC_NOT_SUPPORT 0x02
#define CHECK_MODE_ERR 0x03