linux/drivers/staging/pi433
Dan Carpenter d947dddf1c staging: pi433: eliminate a temporary variable
We can just get rid of the "spi_address".  It's not clear what the
"address" part of the name means, and the type should have been a u8.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-27 12:07:56 +02:00
..
Documentation
Kconfig
Makefile
pi433_if.c staging: pi433: fix error return code in pi433_probe() 2018-07-12 21:49:24 +02:00
pi433_if.h staging: pi433: Comply with 80 character column limit 2018-07-11 13:12:33 +02:00
rf69_enum.h staging: pi433: add SPDX-License-Identifier tag 2018-06-28 22:00:13 +09:00
rf69_registers.h staging: pi433: add SPDX-License-Identifier tag 2018-06-28 22:00:13 +09:00
rf69.c staging: pi433: eliminate a temporary variable 2018-08-27 12:07:56 +02:00
rf69.h staging: pi433: cleanup comments in rf69.h 2018-06-28 22:00:13 +09:00
TODO