summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-03-08 00:02:34 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-09 13:30:40 +0100
commit6019ee4095d9a40927060d33e79344a3f34b8a96 (patch)
tree445e21ec94e9938f0ad6635c3da1f5391803e19e /lib
parentacd3f6cf0579ef993bbfc50b84592fc8019f7887 (diff)
Staging: dgap: Remove unused variable
This patch removes variable that was used to store only the return value of a function call. The issue was detected and resolved using the following coccinelle script: @@ expression ret; identifier f; @@ -ret = +return f(...); -return ret; Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions