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 5f9ab5d commit b0d71cbCopy full SHA for b0d71cb
drivers/thermal/broadcom/bcm2835_thermal.c
@@ -192,7 +192,7 @@ static int bcm2835_thermal_probe(struct platform_device *pdev)
192
rate = clk_get_rate(data->clk);
193
if ((rate < 1920000) || (rate > 5000000))
194
dev_warn(dev,
195
- "Clock %pCn running at %lu Hz is outside of the recommended range: 1.92 to 5MHz\n",
+ "Clock %pC running at %lu Hz is outside of the recommended range: 1.92 to 5MHz\n",
196
data->clk, rate);
197
198
/* register of thermal sensor and get info from DT */
0 commit comments