Re: [PATCH] mips: kernel/vpe.c: fix wrong KERN_WARNING message

2013-01-16 Thread Ralf Baechle
Thanks, applied. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] mips: kernel/vpe.c: fix wrong KERN_WARNING message

2013-01-14 Thread Cong Ding
in the printk, the variable t euqals to NULL, so there is no t->index, we use v->tc->index instead. Signed-off-by: Cong Ding --- arch/mips/kernel/vpe.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index eec690a..3e20c33 10