From ceb2f735e826a410ba507948cf2a2b9d1f565181 Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Tue, 3 Feb 2015 08:08:16 -0500 Subject: [PATCH] staging: rtl8723au: multiple condition with no effect - if identical to else A number if/else if/else branches are identical - so the condition has no effect on the effective code and can be significantly simplified - this patch removes the condition and the duplicated code. Signed-off-by: Nicholas Mc Guire Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed