]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix debugfs_create_file's error checking method for arch/sh/mm/
authorZhaolei <zhaolei@cn.fujitsu.com>
Fri, 17 Oct 2008 11:25:09 +0000 (19:25 +0800)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Oct 2008 01:40:21 +0000 (10:40 +0900)
commit25627c7fd71269e2658b6872eef65719ee80b9aa
tree9f5b6f11354ef176348a42aa969c93b3f5794f8f
parent9986b311efdc9727a5a48f03c3dac3d536fbaa74
Fix debugfs_create_file's error checking method for arch/sh/mm/

debugfs_create_file() returns NULL if an error occurs, returns -ENODEV
when debugfs is not enabled in the kernel.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/cache-debugfs.c
arch/sh/mm/pmb.c