We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c33360 commit ad732daCopy full SHA for ad732da
drivers/net/wireless/realtek/rtlwifi/usb.c
@@ -1014,7 +1014,7 @@ int rtl_usb_probe(struct usb_interface *intf,
1014
hw = ieee80211_alloc_hw(sizeof(struct rtl_priv) +
1015
sizeof(struct rtl_usb_priv), &rtl_ops);
1016
if (!hw) {
1017
- WARN_ONCE(true, "rtl_usb: ieee80211 alloc failed\n");
+ pr_warn("rtl_usb: ieee80211 alloc failed\n");
1018
return -ENOMEM;
1019
}
1020
rtlpriv = hw->priv;
0 commit comments