drivers/net: Convert remaining uses of pr_warning to pr_warn
[cascardo/linux.git] / drivers / net / ethernet / sun / niu.c
index 8216be4..904fd1a 100644 (file)
@@ -8717,8 +8717,8 @@ static void niu_divide_channels(struct niu_parent *parent,
                        parent->txchan_per_port[i] = 1;
        }
        if (tot_rx < NIU_NUM_RXCHAN || tot_tx < NIU_NUM_TXCHAN) {
-               pr_warning("niu%d: Driver bug, wasted channels, RX[%d] TX[%d]\n",
-                          parent->index, tot_rx, tot_tx);
+               pr_warn("niu%d: Driver bug, wasted channels, RX[%d] TX[%d]\n",
+                       parent->index, tot_rx, tot_tx);
        }
 }