projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3820407
)
s390/pci: remove fmb address from debug output
author
Sebastian Ott
<sebott@linux.ibm.com>
Tue, 24 Jul 2018 18:16:29 +0000
(20:16 +0200)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/arch/s390/pci/pci_debug.c
b/arch/s390/pci/pci_debug.c
index
57f7cda
..
04388a2
100644
(file)
--- 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);