diff options
| author | Fabio Estevam <[email protected]> | 2019-05-09 09:15:00 -0300 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2019-06-25 16:00:12 +0300 |
| commit | 265df32eae5845212ad9f55f5ae6b6dcb68b187b (patch) | |
| tree | c7c782a88bdcf14e547f151b7ec688a412e00809 | |
| parent | 08d80e4cd27ba19f9bee9e5f788f9a9fc440a22f (diff) | |
ath10k: Change the warning message string
The "WARNING" string confuses syzbot, which thinks it found
a crash [1].
Change the string to avoid such problem.
[1] https://lkml.org/lkml/2019/5/9/243
Reported-by: [email protected]
Suggested-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/usb.c b/drivers/net/wireless/ath/ath10k/usb.c index 2fb0fb40e86d..e1420f67f776 100644 --- a/drivers/net/wireless/ath/ath10k/usb.c +++ b/drivers/net/wireless/ath/ath10k/usb.c @@ -1016,7 +1016,7 @@ static int ath10k_usb_probe(struct usb_interface *interface, } /* TODO: remove this once USB support is fully implemented */ - ath10k_warn(ar, "WARNING: ath10k USB support is incomplete, don't expect anything to work!\n"); + ath10k_warn(ar, "Warning: ath10k USB support is incomplete, don't expect anything to work!\n"); return 0; |