linux-stable/drivers/staging/pi433
Sidong Yang f3696bdfb6 staging: pi433: goto abort when setting failed in tx_thread
tx_thread in pi433 works for transmitting. it reads tx_cfg and data
stored in kfifo put in pi433_write() and transmits. If it exits,
pi433_write() just store its data and no one transmits data. So,
tx_thread should not exit even when it failed for setting registers.
It seems that it's okay to go to abort and continue to loop and wait for
writing.

Signed-off-by: Sidong Yang <realwakka@gmail.com>
Link: https://lore.kernel.org/r/20210923073115.7933-1-realwakka@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-09-27 17:30:27 +02:00
..
Documentation staging: pi433: overlay: Convert to sugar syntax 2020-02-23 19:20:49 +01:00
Kconfig staging: pi433: Fix Kconfig indentation 2019-11-20 15:20:29 +01:00
Makefile
pi433_if.c staging: pi433: goto abort when setting failed in tx_thread 2021-09-27 17:30:27 +02:00
pi433_if.h staging: pi433: fix docs typos and references to previous struct names 2021-09-13 08:49:42 +02:00
rf69.c
rf69.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69_enum.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69_registers.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
TODO