From: Heena Sirwani Date: Mon, 6 Oct 2014 08:16:09 +0000 (+0530) Subject: Staging: comedi: Compressed two lines of code into one. X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe43ec5350d34244dedf3e6647f991f7c348c82d;p=pandora-kernel.git Staging: comedi: Compressed two lines of code into one. The following patch compressed two lines of code into one using coccinelle and removed an unused variable. The semantic patch used is as follows: @@ expression ret; identifier f; @@ -ret = +return f(...); -return ret; Signed-off-by: Heena Sirwani Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed