Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8c122f4 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

farsync: Update to current logging forms



Use pr_fmt, pr_<level> and netdev_<level> as appropriate.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09a1732b
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -1665,8 +1665,7 @@ check_started_ok(struct fst_card_info *card)
	 * existing firmware etc so we just report it for the moment.
	 * existing firmware etc so we just report it for the moment.
	 */
	 */
	if (FST_RDL(card, numberOfPorts) != card->nports) {
	if (FST_RDL(card, numberOfPorts) != card->nports) {
		pr_warning("Port count mismatch on card %d. "
		pr_warn("Port count mismatch on card %d.  Firmware thinks %d we say %d\n",
			   "Firmware thinks %d we say %d\n",
			card->card_no,
			card->card_no,
			FST_RDL(card, numberOfPorts), card->nports);
			FST_RDL(card, numberOfPorts), card->nports);
	}
	}