In real life this output is only a "nice to have", but most of the time its useless and confusing. So, make it a debug feature for the interested developer. Note: This is in preparation to add MCI card support, which mostly come with a partition table and can be handled like a disk drive. Signed-off-by: Juergen Beisert <jbe@xxxxxxxxxxxxxx> --- drivers/ata/disk_drive.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/ata/disk_drive.c b/drivers/ata/disk_drive.c index 6d5c87a..5b22e49 100644 --- a/drivers/ata/disk_drive.c +++ b/drivers/ata/disk_drive.c @@ -105,7 +105,8 @@ static int disk_register_partitions(struct device_d *dev, struct partition_entry if (table[part_order[i]].partition_size > 0x7fffff) continue; #endif - dev_info(dev, "Registering partition %s to drive %s\n", partition_name, drive_name); + dev_dbg(dev, "Registering partition %s to drive %s\n", + partition_name, drive_name); rc = devfs_add_partition(drive_name, table[part_order[i]].partition_start * SECTOR_SIZE, table[part_order[i]].partition_size * SECTOR_SIZE, -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox