blk-mq: don't insert passthrough request into sw queue
[linux-block.git] / mm / sparse.c
index fb7aeb1899a45c58c094350f6eb20d90c857d301..c2afdb26039e58a9edc6a323304a7f5bb513d26f 100644 (file)
@@ -832,7 +832,7 @@ static struct page * __meminit section_activate(int nid, unsigned long pfn,
        struct mem_section *ms = __pfn_to_section(pfn);
        struct mem_section_usage *usage = NULL;
        struct page *memmap;
-       int rc = 0;
+       int rc;
 
        if (!ms->usage) {
                usage = kzalloc(mem_section_usage_size(), GFP_KERNEL);