rtw88: Fix an error message
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 7 Oct 2019 08:48:05 +0000 (11:48 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 9 Oct 2019 08:26:28 +0000 (11:26 +0300)
commitbe10b09b278fcd64e79e232c88d9152c6f5c2923
treeac834c1032ee0c0fef2e3bad78f0cd17badc9c3a
parente542e66b7c2ee2adeefdbb7f259f2f60cadf2819
rtw88: Fix an error message

The WARN_ON() macro doesn't take an error message, the argument is a
condition so this won't display the warning message.

Fixes: 27e117e4b01b ("rtw88: add deep power save support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/ps.c