mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Blackfin arch: fix typo in early printk bit size processing
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
4934540d9f
commit
09b7f4ad50
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ static struct console * __init earlyserial_init(char *buf)
|
|||
cflag |= CS5;
|
||||
break;
|
||||
case 6:
|
||||
cflag |= CS5;
|
||||
cflag |= CS6;
|
||||
break;
|
||||
case 7:
|
||||
cflag |= CS5;
|
||||
cflag |= CS7;
|
||||
break;
|
||||
default:
|
||||
cflag |= CS8;
|
||||
|
|
Loading…
Reference in a new issue