forked from Minki/linux
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>
This commit is contained in:
parent
38204071a0
commit
2abe24b4b0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user