From: Frederic Weisbecker Date: Thu, 26 Mar 2009 23:25:38 +0000 (+0100) Subject: tracing/ftrace: factorize the tracing files creation X-Git-Tag: v2.6.31-rc1~401^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5452af664f6fba26b80eb2c8c4ceae2999d5cf56;p=pandora-kernel.git tracing/ftrace: factorize the tracing files creation Impact: cleanup Most of the tracing files creation follow the same pattern: ret = debugfs_create_file(...) if (!ret) pr_warning("Couldn't create ... entry\n") Unify it! Reported-by: Ingo Molnar Signed-off-by: Frederic Weisbecker LKML-Reference: <1238109938-11840-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed