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