Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7da75cc4 authored by Sumit Pundir's avatar Sumit Pundir Committed by Greg Kroah-Hartman
Browse files

staging: rts5208: sd: fix misspelled constant



Fixes the misspelled constant to 'SWITCH_NO_ERR'.
Issue reported by checkpatch.pl

Signed-off-by: default avatarSumit Pundir <pundirsumit11@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 47595e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
#define	SUPPORT_MAX_POWER_PERMANCE		0x10000000
#define	SUPPORT_1V8				0x01000000

#define	SWTICH_NO_ERR		0x00
#define	SWITCH_NO_ERR		0x00
#define	CARD_NOT_EXIST		0x01
#define	SPEC_NOT_SUPPORT	0x02
#define	CHECK_MODE_ERR		0x03