linux/drivers/staging/pi433
Meghana Madhyastha e2614ef1b2 Staging: pi433: Merge assignment with return value
Removes the unnecessary assignment of retval preceding
the return statement.

Detected using the following Coccinelle script:
@@
local idexpression ret;
expression e;
@@

-ret =
+return
     e;
-return ret;

Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 12:00:07 +02:00
..
Documentation
Kconfig staging: pi433: depends on SPI 2017-07-28 16:55:40 -07:00
Makefile
TODO
pi433_if.c staging: pi433: Replace printk() with dev_dbg() 2017-09-17 16:35:27 +02:00
pi433_if.h
rf69.c Staging: pi433: Merge assignment with return value 2017-09-18 12:00:07 +02:00
rf69.h Staging: Pi433: style fix - tabs and spaces 2017-08-31 18:28:34 +02:00
rf69_enum.h
rf69_registers.h staging: pi433: Style fix - align block comments 2017-07-28 17:03:19 -07:00