]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/atari_pamsnet.c
V4L/DVB (4363): V4L2 conversion: radio-trust
[linux-2.6-omap-h63xx.git] / drivers / net / atari_pamsnet.c
index 8b997809f9de2db86a31a9db66399c7ceb1430a0..a1026251b933662b40b69a057d70fe9b157e781d 100644 (file)
@@ -119,7 +119,7 @@ static char *version =
  * Global variable 'pamsnet_debug'. Can be set at load time by 'insmod'
  */
 unsigned int pamsnet_debug = NET_DEBUG;
-MODULE_PARM(pamsnet_debug, "i");
+module_param(pamsnet_debug, int, 0);
 MODULE_PARM_DESC(pamsnet_debug, "pamsnet debug enable (0-1)");
 MODULE_LICENSE("GPL");
 
@@ -857,7 +857,7 @@ pamsnet_close(struct net_device *dev) {
 /* Get the current statistics.
    This may be called with the card open or closed.
  */
-static struct net_device_stats *net_get_stats(struct net_device *dev) 
+static struct net_device_stats *net_get_stats(struct net_device *dev)
 {
        struct net_local *lp = netdev_priv(dev);
        return &lp->stats;