diff options
-rw-r--r-- | arch/x86/boot/early_serial_console.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c index 790586daec83..45a07684bbab 100644 --- a/arch/x86/boot/early_serial_console.c +++ b/arch/x86/boot/early_serial_console.c | |||
@@ -72,8 +72,8 @@ static void parse_earlyprintk(void) | |||
72 | static const int bases[] = { 0x3f8, 0x2f8 }; | 72 | static const int bases[] = { 0x3f8, 0x2f8 }; |
73 | int idx = 0; | 73 | int idx = 0; |
74 | 74 | ||
75 | if (!strncmp(arg + pos, "ttyS", 4)) | 75 | /* += strlen("ttyS"); */ |
76 | pos += 4; | 76 | pos += 4; |
77 | 77 | ||
78 | if (arg[pos++] == '1') | 78 | if (arg[pos++] == '1') |
79 | idx = 1; | 79 | idx = 1; |