X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fmac89x0.c;fp=drivers%2Fnet%2Fmac89x0.c;h=cd3c9a5a98b25be77691af97816ab53a45cf06bb;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=f65b0db111b8d5b49ac30058b68cb3a9b99caf7a;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c index f65b0db11..cd3c9a5a9 100644 --- a/drivers/net/mac89x0.c +++ b/drivers/net/mac89x0.c @@ -629,7 +629,7 @@ static int set_mac_address(struct net_device *dev, void *addr) static struct net_device *dev_cs89x0; static int debug; -MODULE_PARM(debug, "i"); +module_param(debug, int, 0); MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)"); MODULE_LICENSE("GPL");