From: Nicholas Mc Guire Date: Tue, 3 Feb 2015 13:08:16 +0000 (-0500) Subject: staging: rtl8723au: multiple condition with no effect - if identical to else X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb2f735e826a410ba507948cf2a2b9d1f565181;p=pandora-kernel.git 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-diff-tree failed