]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
s390/pci: remove fmb address from debug output
authorSebastian Ott <sebott@linux.ibm.com>
Tue, 24 Jul 2018 18:16:29 +0000 (20:16 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 16 Aug 2018 12:49:13 +0000 (14:49 +0200)
This information was never useful and is nowadays replaced with
random data. Just get rid of it.

Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/pci/pci_debug.c

index 57f7cdac70a3114891c044f8cda2ae6fb6d48dc7..04388a254ffb220c6f9a9c12c092270c971a9cb9 100644 (file)
@@ -93,7 +93,6 @@ static int pci_perf_show(struct seq_file *m, void *v)
        }
 
        /* header */
-       seq_printf(m, "FMB @ %p\n", zdev->fmb);
        seq_printf(m, "Update interval: %u ms\n", zdev->fmb_update);
        seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
        seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);