Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *