--- a/arch/linux/common/pci.h 2009-04-06 17:43:15.000000000 +0400 +++ b/arch/linux/common/pci.h 2013-09-16 23:04:11.970773781 +0400 @@ -185,12 +185,6 @@ buf = start + 1; category = g_strdup(buf); - buf = end; - start = buf; - WALK_UNTIL('('); - *buf = 0; - buf = start + 1; - if (strstr(category, "RAM memory")) icon = "mem"; else if (strstr(category, "Multimedia")) icon = "media"; else if (strstr(category, "USB")) icon = "usb";