From: Heena Sirwani Date: Mon, 6 Oct 2014 04:49:09 +0000 (+0530) Subject: Staging: dgnc: Compress two lines of code into one. X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~1206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5dd0b83da6132a85b3c384eb0504a2c9cfd008;p=pandora-kernel.git Staging: dgnc: Compress two lines of code into one. The following patch merges two lines of code into one using coccinelle and removes unused variables. 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