summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/usb_intf.c
diff options
context:
space:
mode:
authorJanani Ravichandran <janani.rvchndrn@gmail.com>2016-02-18 17:22:50 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-20 15:14:59 -0800
commit9397ce2104d70feb6798690921a296c6ccf22564 (patch)
tree28441d9bfd0e2224eaca2ea23cd6762438b3bbe2 /drivers/staging/rtl8712/usb_intf.c
parent453dd922c4db55905796209af4be1503c54cd84f (diff)
downloadlinux-9397ce2104d70feb6798690921a296c6ccf22564.tar.bz2
staging: fsl-mc: Remove unneeded else following a return
Remove unnecessary else when there is a return statement in the corresponding if block. Coccinelle patch used: @rule1@ expression e1; @@ if (e1) { ... return ...; } - else{ ... - } @rule2@ expression e2; statement s1; @@ if(e2) { ... return ...; } - else s1 Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/usb_intf.c')
0 files changed, 0 insertions, 0 deletions