diff options
Diffstat (limited to 'arch/s390/pci/pci_debug.c')
-rw-r--r-- | arch/s390/pci/pci_debug.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/s390/pci/pci_debug.c b/arch/s390/pci/pci_debug.c index 3229a2e570df..c22d4402ae45 100644 --- a/arch/s390/pci/pci_debug.c +++ b/arch/s390/pci/pci_debug.c | |||
@@ -45,8 +45,10 @@ static int pci_perf_show(struct seq_file *m, void *v) | |||
45 | 45 | ||
46 | if (!zdev) | 46 | if (!zdev) |
47 | return 0; | 47 | return 0; |
48 | if (!zdev->fmb) | 48 | if (!zdev->fmb) { |
49 | return seq_printf(m, "FMB statistics disabled\n"); | 49 | seq_puts(m, "FMB statistics disabled\n"); |
50 | return 0; | ||
51 | } | ||
50 | 52 | ||
51 | /* header */ | 53 | /* header */ |
52 | seq_printf(m, "FMB @ %p\n", zdev->fmb); | 54 | seq_printf(m, "FMB @ %p\n", zdev->fmb); |