]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - block/genhd.c
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[karo-tx-linux.git] / block / genhd.c
index a2f3d6a5f55c0b3c494ce1faebd481c0b38feb1c..6cace663a80e4a89492f8b656f580a944b134f9d 100644 (file)
@@ -835,7 +835,7 @@ static void disk_seqf_stop(struct seq_file *seqf, void *v)
 
 static void *show_partition_start(struct seq_file *seqf, loff_t *pos)
 {
-       static void *p;
+       void *p;
 
        p = disk_seqf_start(seqf, pos);
        if (!IS_ERR_OR_NULL(p) && !*pos)