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)
commit52929cad329328f534d37b803f7fb78bbfe7ee3d
treea8e452346096ebd254bb356332e5433184345c37
parentfe025ef7d066752d9924748b8b4f32aa75b81fb1
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: 4136214f7c46 ("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