mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
farsync: Update to current logging forms
Use pr_fmt, pr_<level> and netdev_<level> as appropriate. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
09a1732bee
commit
e8c122f450
@ -1665,8 +1665,7 @@ 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",
|
||||
pr_warn("Port count mismatch on card %d. Firmware thinks %d we say %d\n",
|
||||
card->card_no,
|
||||
FST_RDL(card, numberOfPorts), card->nports);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user