MIPS: Fix debugfs_create_*'s error checking method for mips/kernel/
authorZhaolei <zhaolei@cn.fujitsu.com>
Fri, 17 Oct 2008 11:12:35 +0000 (19:12 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Oct 2008 16:18:25 +0000 (16:18 +0000)
commitb517531ce53794f2a2eae1fff1d1216b9db4da9f
tree9b7c842a92b43ba9f9d2eae2a491cf902469f494
parentecab1f4479abb88d739bc1aac5545e8399fbad66
MIPS: Fix debugfs_create_*'s error checking method for mips/kernel/

debugfs_create_*() returns NULL on error.  Make its callers return -ENODEV
on error.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c
arch/mips/kernel/unaligned.c