Files
linux/drivers/usb/misc
Gustavo A. R. Silva 020e03b783 usb: misc: ftdi-elan: compress return logic into one line
Simplify return logic to avoid unnecessary variable declaration
and assignment.

This issue was detected using Coccinelle and the following
semantic patch:

@@
local idexpression ret;
expression e;
@@

-ret =
+return
     e;
-return ret;

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-17 13:13:44 +02:00
..
2016-09-13 17:24:24 +02:00
2017-03-27 09:19:32 +02:00
2017-05-22 09:00:23 +02:00
2017-06-27 17:55:45 +02:00
2017-06-27 17:55:45 +02:00
2016-08-09 15:49:01 +02:00
2017-04-08 12:04:42 +02:00
2017-03-27 09:19:32 +02:00