From 55876338fa2bc37f632a8ca970b3573541cacc38 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 23 May 2013 11:16:52 -0700 Subject: [PATCH] quick_dump: fix text file I accidentally pushed commit a08d62257dbdc8f4d3f5e655e0ba7bd192af37ff Author: Ben Widawsky Date: Thu May 23 11:03:25 2013 -0700 quick_dump: Add CCID before I was ready, in order to get the mmio fix in. This fixes a parse error in quick_dump. Signed-off-by: Ben Widawsky --- tools/quick_dump/base_other.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quick_dump/base_other.txt b/tools/quick_dump/base_other.txt index 8ef90817..5447b413 100644 --- a/tools/quick_dump/base_other.txt +++ b/tools/quick_dump/base_other.txt @@ -1,6 +1,6 @@ ('PGETBL_CTL', '0x00002020', '') ('MI_MODE', '0x0000209c', '') -('CCID', "0x00002180', '') +('CCID', '0x00002180', '') ('ERROR_GEN6', '0x000040a0', '') ('RENDER_HWSTAM', '0x00002098', '') ('GEN6_BSD_HWSTAM', '0x00012098', '')