Amitoj Kaur Chawla fee268767c misc: mic: Remove return statements from void functions
Return statements at the end of void functions are useless.

The Coccinelle semantic patch used to make this change is as follows:
//<smpl>
@@
identifier f;
expression e;
@@
void f(...) {
<...
- return
  e;
...>
}
//</smpl>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-04-30 13:53:19 -07:00
..
2016-02-07 23:01:45 -08:00
2016-03-19 15:38:41 -07:00
2016-02-08 14:57:30 -08:00
2016-03-31 16:43:05 -07:00
2016-02-22 14:46:24 -08:00
2016-02-11 19:24:23 -08:00