--- tools/depmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depmod.c b/tools/depmod.c index 328e578..37e6afd 100644 --- a/tools/depmod.c +++ b/tools/depmod.c @@ -1167,7 +1167,7 @@ static int depmod_module_is_higher_priority(const struct depmod *depmod, const s oldprio = bprio; DBG("priorities: built-in: %d, old: %d, new: %d\n", - bprio, newprio, oldprio); + bprio, oldprio, newprio); return newprio <= oldprio; } -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html