summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-05-31 13:44:56 +0200
committersaid m bagheri <ebgheri@steludxu2848.(none)>2011-06-17 13:42:07 +0200
commit4a6bf31a7bea76c93a35d85e9badb37f94c62b89 (patch)
tree0a4ef63e479b26323ebb89038d482e8fc0d98ce6 /arch
parent5fe3a6e96ac5f2b94d3087daa3b045d71bda5590 (diff)
ARM: ux500: prcmu-debug: Fix build warning
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Change-Id: If0ae263ecce939ca4a625e90b2017bacd9a46993 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24250 Reviewed-by: Mattias NILSSON <mattias.i.nilsson@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/prcmu-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/prcmu-debug.c b/arch/arm/mach-ux500/prcmu-debug.c
index 8c2607b928f..44e7c15bbcf 100644
--- a/arch/arm/mach-ux500/prcmu-debug.c
+++ b/arch/arm/mach-ux500/prcmu-debug.c
@@ -501,7 +501,7 @@ static const struct file_operations ape_voltage_fops = {
static int setup_debugfs(void)
{
struct dentry *dir;
- struct dentry *file;
+ struct dentry *file = NULL;
dir = debugfs_create_dir("prcmu", NULL);
if (IS_ERR_OR_NULL(dir))