]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000/e1000_param.c
e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced at...
[linux-2.6-omap-h63xx.git] / drivers / net / e1000 / e1000_param.c
index 3768d83cd5774e9c4c2c4ca9982f8f14adbd696b..e0a4d37d1b85db46779a14caeac22dd588b19b43 100644 (file)
@@ -268,7 +268,7 @@ e1000_validate_option(int *value, struct e1000_option *opt,
                BUG();
        }
 
-       DPRINTK(PROBE, INFO, "Invalid %s specified (%i) %s\n",
+       DPRINTK(PROBE, INFO, "Invalid %s value specified (%i) %s\n",
               opt->name, *value, opt->err);
        *value = opt->def;
        return -1;