farsync: Update to current logging forms
[firefly-linux-kernel-4.4.55.git] / drivers / net / wan / farsync.c
index 0f27f4c5bb7394bb6f950fcf5b13be25301e318f..ebb9f24eefb5e568f90b859e2b3e47028a868a70 100644 (file)
@@ -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);
        }
 }