From: Matt Fleming Date: Mon, 11 Nov 2013 16:18:59 +0000 (+0000) Subject: x86/efi: Fix earlyprintk off-by-one bug X-Git-Tag: v3.13-rc3~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3a8bae21a22808f242ccfb22aca37a635e261e;p=pandora-kernel.git x86/efi: Fix earlyprintk off-by-one bug Dave reported seeing the following incorrect output on his Thinkpad T420 when using earlyprintk=efi, [ 0.000000] efi: EFI v2.00 by Lenovo ACPI=0xdabfe000 ACPI 2.0=0xdabfe014 SMBIOS=0xdaa9e000 The output should be on one line, not split over two. The cause is an off-by-one error when checking that the efi_y coordinate hasn't been incremented out of bounds. Reported-by: Dave Young Signed-off-by: Matt Fleming --- Reading git-diff-tree failed