From 7ce10966ca8a21b2dbc87778a73d99ae884609d1 Mon Sep 17 00:00:00 2001 From: Donghyeok Choe Date: Mon, 25 Jun 2018 10:20:14 +0900 Subject: [PATCH] [9610] lib: dss: fix freq info item information Change-Id: Ic11ddddfa599e6961b9a4a6954ba4fe10b3d394c Signed-off-by: Donghyeok Choe --- include/linux/debug-snapshot.h | 3 --- lib/debug-snapshot-log.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/linux/debug-snapshot.h b/include/linux/debug-snapshot.h index 8869bbfcd6c2..7faa1bbe18af 100644 --- a/include/linux/debug-snapshot.h +++ b/include/linux/debug-snapshot.h @@ -261,7 +261,6 @@ enum dsslog_flag { enum dsslog_freq_flag { DSS_FLAG_LIT = 0, - DSS_FLAG_MID, DSS_FLAG_BIG, DSS_FLAG_INT, DSS_FLAG_MIF, @@ -272,8 +271,6 @@ enum dsslog_freq_flag { DSS_FLAG_IVA, DSS_FLAG_SCORE, DSS_FLAG_FSYS0, - DSS_FLAG_MFC, - DSS_FLAG_NPU, DSS_FLAG_END }; #endif diff --git a/lib/debug-snapshot-log.c b/lib/debug-snapshot-log.c index 845090ad82ec..b8645ffe0431 100644 --- a/lib/debug-snapshot-log.c +++ b/lib/debug-snapshot-log.c @@ -176,7 +176,7 @@ static struct dss_reg_list dss_reg_exlist[] = { #ifdef CONFIG_DEBUG_SNAPSHOT_FREQ static char *dss_freq_name[] = { - "LIT", "MID", "BIG", "INT", "MIF", "ISP", "DISP", "INTCAM", "AUD", "IVA", "SCORE", "FSYS0", "MFC", "NPU", + "LITTLE", "BIG", "INT", "MIF", "ISP", "DISP", "INTCAM", "AUD", "IVA", "SCORE", "FSYS0", }; #endif -- 2.20.1