summaryrefslogtreecommitdiff
path: root/com32
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-19 11:39:57 +0200
committerErwan Velu <erwan.velu@free.fr>2009-04-19 11:39:57 +0200
commit8c2c87c8df15d47f2f657b3c93cff4e85cbb7728 (patch)
tree90aba3869fe1eef6d55559b4a429cea5fb3a6702 /com32
parentc65a388c6fd9f194cbb3ba422b60957af7ca643c (diff)
downloadsyslinux-8c2c87c8df15d47f2f657b3c93cff4e85cbb7728.tar.gz
hdt: removing useless more_printf
Impact: none more_printf isn't needed for such display
Diffstat (limited to 'com32')
-rw-r--r--com32/hdt/hdt-common.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/com32/hdt/hdt-common.c b/com32/hdt/hdt-common.c
index 0b073ac7..f9b0dd80 100644
--- a/com32/hdt/hdt-common.c
+++ b/com32/hdt/hdt-common.c
@@ -220,7 +220,7 @@ void detect_disks(struct s_hardware *hardware)
continue;
struct diskinfo *d = &hardware->disk_info[drive];
hardware->disks_count++;
- more_printf
+ printf
(" DISK 0x%X: %s : %s %s: sectors=%d, s/t=%d head=%d : EDD=%s\n",
drive, d->aid.model, d->host_bus_type, d->interface_type,
d->sectors, d->sectors_per_track, d->heads,
@@ -397,19 +397,19 @@ void detect_pci(struct s_hardware *hardware)
hardware->nb_pci_devices++;
}
- more_printf("PCI: %d devices detected\n", hardware->nb_pci_devices);
- more_printf("PCI: Resolving names\n");
+ printf("PCI: %d devices detected\n", hardware->nb_pci_devices);
+ printf("PCI: Resolving names\n");
/* Assigning product & vendor name for each device */
hardware->pci_ids_return_code =
get_name_from_pci_ids(hardware->pci_domain, hardware->pciids_path);
- more_printf("PCI: Resolving class names\n");
+ printf("PCI: Resolving class names\n");
/* Assigning class name for each device */
hardware->pci_ids_return_code =
get_class_name_from_pci_ids(hardware->pci_domain,
hardware->pciids_path);
- more_printf("PCI: Resolving module names\n");
+ printf("PCI: Resolving module names\n");
/* Detecting which kernel module should match each device */
hardware->modules_pcimap_return_code =
get_module_name_from_pcimap(hardware->pci_domain,