]> Pileus Git - ~andy/linux/blobdiff - drivers/base/devtmpfs.c
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima...
[~andy/linux] / drivers / base / devtmpfs.c
index b89fffc1d777b277abd7bac4221b0fbc98e265ff..33e1bed68fddf771ae9b12a716114215b59b5f68 100644 (file)
@@ -166,7 +166,7 @@ static int create_path(const char *nodepath)
 {
        char *path;
        char *s;
-       int err;
+       int err = 0;
 
        /* parent directories do not exist, create them */
        path = kstrdup(nodepath, GFP_KERNEL);