Explorar o código

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>
Sebastian Ott %!s(int64=7) %!d(string=hai) anos
pai
achega
2abe24b4b0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/s390/pci/pci_debug.c

+ 0 - 1
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);