sh: Fix typo in SH serial driver

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
master
Nobuhiro Iwamatsu 17 years ago
parent 6b44a43921
commit a03c09c5fd
  1. 2
      drivers/serial/serial_sh.c

@ -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

Loading…
Cancel
Save