]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/core/net-procfs.c
Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
[mirror_ubuntu-hirsute-kernel.git] / net / core / net-procfs.c
index 2bf83299600a4ac8eb56069295bbc755709642b1..14d09345f00d96ca6a54328c3da2564a5d51044a 100644 (file)
@@ -162,7 +162,8 @@ static int softnet_seq_show(struct seq_file *seq, void *v)
                   "%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
                   sd->processed, sd->dropped, sd->time_squeeze, 0,
                   0, 0, 0, 0, /* was fastroute */
-                  sd->cpu_collision, sd->received_rps, flow_limit_count);
+                  0,   /* was cpu_collision */
+                  sd->received_rps, flow_limit_count);
        return 0;
 }