staging: rtl8723au: multiple condition with no effect - if identical to else
authorNicholas Mc Guire <hofrat@osadl.org>
Tue, 3 Feb 2015 13:08:16 +0000 (08:08 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:34:58 +0000 (17:34 +0800)
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 <hofrat@osadl.org>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found