aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.ibm.com>2018-07-24 20:16:29 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2018-08-16 14:49:13 +0200
commit2abe24b4b095c9a7bfd8157daa8aea5c464b7aa9 (patch)
tree323120db9fcb91e75a37c55589469f83ad2d909b /arch/s390/pci
parents390/pci: remove stale rc (diff)
downloadlinux-dev-2abe24b4b095c9a7bfd8157daa8aea5c464b7aa9.tar.xz
linux-dev-2abe24b4b095c9a7bfd8157daa8aea5c464b7aa9.zip
s390/pci: remove fmb address from debug output
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>
Diffstat (limited to 'arch/s390/pci')
-rw-r--r--arch/s390/pci/pci_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/pci/pci_debug.c b/arch/s390/pci/pci_debug.c
index 57f7cdac70a3..04388a254ffb 100644
--- a/arch/s390/pci/pci_debug.c
+++ b/arch/s390/pci/pci_debug.c
@@ -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);