]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/usb/asix_common.c
mdio: Move allocation of interrupts into core
[karo-tx-linux.git] / drivers / net / usb / asix_common.c
index bd9acff1eb7bf277a434345659517683cc0fba45..0c5c22b84da85a22e62f4e9061e7724c4e6fe607 100644 (file)
@@ -118,7 +118,7 @@ int asix_rx_fixup_internal(struct usbnet *dev, struct sk_buff *skb,
                                return 0;
                        }
                        if (size > dev->net->mtu + ETH_HLEN + VLAN_HLEN) {
-                               netdev_err(dev->net, "asix_rx_fixup() Bad RX Length %d\n",
+                               netdev_dbg(dev->net, "asix_rx_fixup() Bad RX Length %d\n",
                                           size);
                                return 0;
                        }