Files
linux/drivers
Namrata A Shettar 0ca8df12e7 staging: wilc1000: wilc_wlan: Compress return logic
Compress return logic. Done using Coccinelle :
@@
local idexpression ret;
expression e;
@@

-ret=
+return
  e;
  -return ret;

Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-02 17:19:51 +02:00
..
2016-09-07 21:24:42 -07:00
2016-09-03 10:40:57 -07:00
2016-08-15 16:41:46 +02:00
2016-09-11 14:41:49 -07:00
2016-08-12 14:59:10 +05:30
2016-08-02 19:35:40 -04:00