parisc: Disable debug info

Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index d1021e5..f89be6a 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -3209,7 +3209,7 @@
 
     add_index_all_devices();
     /* Show list of HPA devices which are still returned by firmware. */
-    if (1) {
+    if (0) {
         hppa_device_t *dev;
         unsigned long hpa;
         for (i=0; parisc_devices[i].hpa; i++) {