Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3463001 authored by Alexander Kuleshov's avatar Alexander Kuleshov Committed by Borislav Petkov
Browse files

x86, early_serial_console: Remove unnecessary check

parent e054273a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static void parse_earlyprintk(void)
			static const int bases[] = { 0x3f8, 0x2f8 };
			int idx = 0;

			if (!strncmp(arg + pos, "ttyS", 4))
			/* += strlen("ttyS"); */
			pos += 4;

			if (arg[pos++] == '1')