rtw88: coex: remove unnecessary variable and label
authorwengjianfeng <wengjianfeng@yulong.com>
Thu, 20 May 2021 00:55:45 +0000 (08:55 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 22 Jun 2021 15:22:59 +0000 (18:22 +0300)
commitb38678a73c4d8a3616ca14713154e062b4c4db63
treea894ee6dbe07179d3a420f9bd790cc508c9cb578
parent956c6d4f20c5446727e0c912dd8f527f2dc7b779
rtw88: coex: remove unnecessary variable and label

In some funciton, the variable ret just used as return value,and
out label just return ret,so ret and out label are unnecessary,
we should delete these and use return true/false to replace.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210520005545.31272-1-samirweng1979@163.com
drivers/net/wireless/realtek/rtw88/coex.c