sh: Fix typo in SH serial driver
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
# define FIFOLEVEL_MASK 0xFF
|
# define FIFOLEVEL_MASK 0xFF
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_CPU_SH7723)
|
#elif defined(CONFIG_CPU_SH7723)
|
||||||
# if defined(CONIFG_SCIF_A)
|
# if defined(CONFIG_SCIF_A)
|
||||||
# define SCLSR SCFSR
|
# define SCLSR SCFSR
|
||||||
# define LSR_ORER 0x0200
|
# define LSR_ORER 0x0200
|
||||||
# define FIFOLEVEL_MASK 0x3F
|
# define FIFOLEVEL_MASK 0x3F
|
||||||
|
Reference in New Issue
Block a user