[PATCH] Remove more unnecessary driver printk's
[deliverable/linux.git] / drivers / net / 3c59x.c
index 80e8ca013e448a96e54af66220810e80b3c794fb..0586929fae4e0fc4f8d726f381ac60410047e5b4 100644 (file)
@@ -2928,7 +2928,7 @@ static void set_rx_mode(struct net_device *dev)
        int new_mode;
 
        if (dev->flags & IFF_PROMISC) {
-               if (vortex_debug > 0)
+               if (vortex_debug > 3)
                        printk(KERN_NOTICE "%s: Setting promiscuous mode.\n", dev->name);
                new_mode = SetRxFilter|RxStation|RxMulticast|RxBroadcast|RxProm;
        } else  if ((dev->mc_list)  ||  (dev->flags & IFF_ALLMULTI)) {
This page took 0.027455 seconds and 5 git commands to generate.