Re: [PATCH v4] x86/boot/early_serial_console: Remove unnecessary check

2014-12-31 Thread Borislav Petkov
On Wed, Dec 31, 2014 at 01:12:38PM +0600, Alexander Kuleshov wrote: > There is already the same check before. > > Signed-off-by: Alexander Kuleshov Acked-by: Borislav Petkov -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this l

[PATCH v4] x86/boot/early_serial_console: Remove unnecessary check

2014-12-30 Thread Alexander Kuleshov
There is already the same check before. Signed-off-by: Alexander Kuleshov --- arch/x86/boot/early_serial_console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c index 5df2869..2b1c403 100644 --