Files
linux/drivers
Ankita Patil 335d9c85be 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 <patil.ankita.r@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-19 16:53:57 -07:00
..
2014-07-23 10:18:07 -07:00
2014-07-23 00:51:30 +02:00
2014-09-14 19:33:47 -07:00
2014-09-04 19:59:42 +02:00
2014-08-05 21:16:46 -07:00
2014-08-15 17:06:40 -04:00
2014-09-14 20:52:25 +01:00
2014-08-08 15:57:28 -07:00
2014-07-30 00:23:09 +02:00
2014-07-17 14:58:43 +02:00
2014-08-25 15:39:22 -04:00
2014-09-08 16:33:56 -07:00
2014-07-13 15:26:47 -07:00
2014-07-11 10:38:02 +02:00