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 8522d62 commit c9d4769Copy full SHA for c9d4769
drivers/staging/wfx/hif_rx.c
@@ -246,7 +246,7 @@ static int hif_generic_indication(struct wfx_dev *wdev,
246
mutex_lock(&wdev->rx_stats_lock);
247
// Older firmware send a generic indication beside RxStats
248
if (!wfx_api_older_than(wdev, 1, 4))
249
- dev_info(wdev->dev, "Rx test ongoing. Temperature: %d°C\n",
+ dev_info(wdev->dev, "Rx test ongoing. Temperature: %d degrees C\n",
250
body->data.rx_stats.current_temp);
251
memcpy(&wdev->rx_stats, &body->data.rx_stats,
252
sizeof(wdev->rx_stats));
0 commit comments