summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_graphics.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-26 10:31:47 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-26 10:31:47 -0400
commit325177c4a5691c2b95b7b24193f3ad8532cc3b31 (patch)
tree79475f7c83c20ed1eac9bc85cde532eef47ec152 /pts-core/functions/pts-functions_system_graphics.php
parent7b3d155b74bc9e6518251bcd2959acef1bcbe9d4 (diff)
downloadphoronix-test-suite-upstream-325177c4a5691c2b95b7b24193f3ad8532cc3b31.tar.gz
phoronix-test-suite-upstream-325177c4a5691c2b95b7b24193f3ad8532cc3b31.tar.xz
phoronix-test-suite-upstream-325177c4a5691c2b95b7b24193f3ad8532cc3b31.zip
pts-core: The read_pci() tags don't need to be postfixed with a colon
any longer
Diffstat (limited to 'pts-core/functions/pts-functions_system_graphics.php')
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 4b38b5d..c1387b7 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -603,7 +603,7 @@ function graphics_processor_string()
if(empty($info) || strpos($info, "Mesa ") !== FALSE || $info == "Software Rasterizer")
{
- $info_pci = read_pci("VGA compatible controller:", false);
+ $info_pci = read_pci("VGA compatible controller", false);
if(!empty($info_pci) && $info_pci != "Unknown")
$info = $info_pci;