]> Pileus Git - ~andy/linux/blobdiff - lib/dynamic_debug.c
Merge tag 'microblaze-3.12-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[~andy/linux] / lib / dynamic_debug.c
index 99fec3ae405aa2e785c66605044d715633b894ac..c37aeacd7651b0ace2db9ffd85bad2ec45171d76 100644 (file)
@@ -309,7 +309,7 @@ static int ddebug_parse_query(char *words[], int nwords,
                        struct ddebug_query *query, const char *modname)
 {
        unsigned int i;
-       int rc;
+       int rc = 0;
 
        /* check we have an even number of words */
        if (nwords % 2 != 0) {