Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2abe24b4 authored by Sebastian Ott's avatar Sebastian Ott Committed by Heiko Carstens
Browse files

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: default avatarSebastian Ott <sebott@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent 38204071
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,6 @@ static int pci_perf_show(struct seq_file *m, void *v)
	}
	}


	/* header */
	/* header */
	seq_printf(m, "FMB @ %p\n", zdev->fmb);
	seq_printf(m, "Update interval: %u ms\n", zdev->fmb_update);
	seq_printf(m, "Update interval: %u ms\n", zdev->fmb_update);
	seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
	seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
	seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);
	seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);