diff options
| author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-09-17 11:45:26 +0900 | 
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-09-19 11:05:22 +0900 | 
| commit | a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57 (patch) | |
| tree | 00a0c521f93670915e0c6444cef1f3c4c2774b15 | |
| parent | 6b44a439215ba7c63f666f8099213ea4f05f2b07 (diff) | |
| download | olio-uboot-2014.01-a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57.tar.xz olio-uboot-2014.01-a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57.zip | |
sh: Fix typo in SH serial driver
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| -rw-r--r-- | drivers/serial/serial_sh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index 61c2b82c0..f30532b5a 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial/serial_sh.c @@ -76,7 +76,7 @@  # define FIFOLEVEL_MASK	0xFF  # endif  #elif defined(CONFIG_CPU_SH7723) -# if defined(CONIFG_SCIF_A) +# if defined(CONFIG_SCIF_A)  # define SCLSR	SCFSR  # define LSR_ORER	0x0200  # define FIFOLEVEL_MASK	0x3F |