mirror of https://github.com/torvalds/linux.git
The variable rtstatus is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210513122410.59204-1-colin.king@canonical.com
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| btc.h | ||
| def.h | ||
| dm.c | ||
| dm.h | ||
| fw.c | ||
| fw.h | ||
| hal_bt_coexist.c | ||
| hal_bt_coexist.h | ||
| hal_btc.c | ||
| hal_btc.h | ||
| hw.c | ||
| hw.h | ||
| led.c | ||
| led.h | ||
| phy.c | ||
| phy.h | ||
| pwrseq.c | ||
| pwrseq.h | ||
| reg.h | ||
| rf.c | ||
| rf.h | ||
| sw.c | ||
| table.c | ||
| table.h | ||
| trx.c | ||
| trx.h | ||