Commit 0fdbedc7 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by David S. Miller

davicom: Display proper debug level up to 6

This will make it explicit some messages are of the form:
dm9000_dbg(db, 5, ...
Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 25ee0793
......@@ -65,7 +65,7 @@ MODULE_PARM_DESC(watchdog, "transmit timeout in milliseconds");
*/
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "dm9000 debug level (0-4)");
MODULE_PARM_DESC(debug, "dm9000 debug level (0-6)");
/* DM9000 register address locking.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment