commit | d0049dfc88d18657da302023782473b615f3fcf4 | [log] [tgz] |
---|---|---|
author | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | Fri Feb 20 18:14:30 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 26 15:12:10 2015 -0800 |
tree | 7f219069ae4987335635bb341446b5102e7dcebb | |
parent | 1f3aefb5dfcaf28c0a0b5c270ca120818da88f58 [diff] |
Staging: rtl8192: Simplifying if-else statement This patch simplifies the code by not having two identical paths and fixes the warning given by checkpatch.pl: "else is not useful after a break or return". Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>