]> git.baikalelectronics.ru Git - kernel.git/commit
rtw88: Fix an error message
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 Aug 2019 10:46:42 +0000 (13:46 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Sep 2019 13:35:08 +0000 (16:35 +0300)
commit5c650fb9c36cbb68668b3f0a4a42be527de3557a
treea8e452346096ebd254bb356332e5433184345c37
parent4b100b901b10bdec0c4f5c360e1fa3c87824c6d8
rtw88: Fix an error message

The WARN_ON() macro takes a condition, not a warning message.  I've
changed this to use WARN() instead.

Fixes: 0cd68bdcb3f4 ("rtw88: add BT co-existence support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/coex.c