diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-02-04 05:28:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-07 17:37:52 +0800 |
commit | e914024d46e3de3c5c3ce9c5b77b564ad6a264c0 (patch) | |
tree | d5a40a7c9530516c220178768d827a6dfedd1242 /net/switchdev/switchdev.c | |
parent | 3d272700d73c6503138759c1de6021ee4466e4d8 (diff) |
staging: rtl8188eu: odm: conditional setting with no effect
The if and the else branch code are identical - so the condition has no
effect on the effective code - this patch removes the condition and the
duplicated code. Due to this being a fall-through-if here - the first
if condition has no effect either - so it also can be removed.
struct mlme_priv is thus also no longer needed here.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions