From: Ankita Patil Date: Thu, 18 Sep 2014 07:01:00 +0000 (+0530) Subject: Staging: dgap: Remove unnecessary variable. X-Git-Tag: fixes-for-v3.18-merge-window~15^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335d9c85be096cf492cb3eaeef160b45e1f25d8d;p=pandora-kernel.git Staging: dgap: Remove unnecessary variable. This patch removes unnecessary variable in file dgap.c using Coccinelle. Semantic patch for this is as follows: @@ expression ret; identifier f; @@ -ret = +return f(...); -return ret; Also removed the unneeded variable manually. Signed-off-by: Ankita Patil Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed