summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2014-11-07 16:50:45 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 09:45:35 -0800
commitc78a964c251bb82aa3454440e082b91a836105ae (patch)
treecad9608e51a6c0a00f65090fc2569d640ee69dc3 /include/linux
parent34216792e006d70bcfdf1931e24e4eb2e2af9498 (diff)
staging: rtl8188eu: unneeded return variable
a variable is declared and initialized and then never updated in the function.This default value is then used as the return from the function. So removed that unneeded return variable and returning that default initial value directly. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions