summaryrefslogtreecommitdiff
path: root/avivotool.c
diff options
context:
space:
mode:
Diffstat (limited to 'avivotool.c')
-rw-r--r--avivotool.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/avivotool.c b/avivotool.c
index 658fdf3..33b2301 100644
--- a/avivotool.c
+++ b/avivotool.c
@@ -1885,10 +1885,8 @@ static int map_radeon_mem(void)
if (card_info)
- printf("Found card %x %s %s %s\n", card_info->pci_device_id,
- family_strings[card_info->chip_family],
- card_info->mobility ? "mobile" : "",
- card_info->igp ? "igp" : "");
+ printf("Found card %x %s\n", card_info->pci_device_id,
+ family_strings[card_info->chip_family]);
}
if (skip--)