|
@@ -1665,10 +1665,9 @@ check_started_ok(struct fst_card_info *card)
|
|
|
* existing firmware etc so we just report it for the moment.
|
|
|
*/
|
|
|
if (FST_RDL(card, numberOfPorts) != card->nports) {
|
|
|
- pr_warning("Port count mismatch on card %d. "
|
|
|
- "Firmware thinks %d we say %d\n",
|
|
|
- card->card_no,
|
|
|
- FST_RDL(card, numberOfPorts), card->nports);
|
|
|
+ pr_warn("Port count mismatch on card %d. Firmware thinks %d we say %d\n",
|
|
|
+ card->card_no,
|
|
|
+ FST_RDL(card, numberOfPorts), card->nports);
|
|
|
}
|
|
|
}
|
|
|
|