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 89be599 commit c6c4a17Copy full SHA for c6c4a17
drivers/staging/rtl8192u/r8190_rtl8256.c
@@ -58,7 +58,7 @@ void phy_set_rf8256_bandwidth(struct net_device *dev, enum ht_channel_width Band
58
(enum rf90_radio_path_e)eRFPath,
59
0x14, bMask12Bits, 0x5ab);
60
} else {
61
- RT_TRACE(COMP_ERR, "phy_set_rf8256_bandwidth(): unknown hardware version\n");
+ RT_TRACE(COMP_ERR, "%s(): unknown hardware version\n", __func__);
62
}
63
break;
64
case HT_CHANNEL_WIDTH_20_40:
0 commit comments