[cw1200] order of clocks in a log message was reversed.
This commit is contained in:
parent
35d0a340f4
commit
7cfef8d2b5
|
@ -1035,7 +1035,7 @@ static int cw1200_parse_sdd_file(struct cw1200_common *priv)
|
|||
u16 clk = le16_to_cpu(*((u16 *)(p + 2)));
|
||||
if (clk != priv->hw_refclk) {
|
||||
pr_warn("SDD file doesn't match configured refclk (%d vs %d)\n",
|
||||
priv->hw_refclk, clk);
|
||||
clk, priv->hw_refclk);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue