[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210315.143933.939938434416308507.davem@redhat.com>
Date: Mon, 15 Mar 2021 14:39:33 -0700 (PDT)
From: David Miller <davem@...hat.com>
To: cristian.ciocaltea@...il.com
Cc: andrew@...n.ch, kuba@...nel.org, robh+dt@...nel.org,
afaerber@...e.de, mani@...nel.org, p.zabel@...gutronix.de,
netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-actions@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/3] net: ethernet: actions: Add Actions Semi Owl
Ethernet MAC driver
From: Cristian Ciocaltea <cristian.ciocaltea@...il.com>
Date: Mon, 15 Mar 2021 13:29:17 +0200
> +
> +#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)
> +static int debug = -1;
> +module_param(debug, int, 0);
> +MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
Module parameters are strongly discouraged in networking drivers, pplease delete this
ad just pass the default to netif_mdg_init(), thanks!
Powered by blists - more mailing lists