Received: by 10.223.164.202 with SMTP id h10csp4758374wrb; Mon, 20 Nov 2017 22:31:24 -0800 (PST) X-Google-Smtp-Source: AGs4zMZNPyFeY41M+07g3giyO52AfzdvC8rhzT7aaZ6kGBUOj8KvbQxKpvtb8sbjY5qQsOhZQ762 X-Received: by 10.84.169.1 with SMTP id g1mr16909675plb.349.1511245884714; Mon, 20 Nov 2017 22:31:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511245884; cv=none; d=google.com; s=arc-20160816; b=wZrXOFsi73FpCQOvSbXa7nHeTCW8sZq6ssipQnJrkuNPdcvviZlFKQnFF4vrZ+Vu5F xDCPBUcNsxoLmlbX/cnJ4XFgdpM+FNflaPdG4oLzoCNnc9C2iBvLRbAxVrC/89p8v9L6 c3uE0w2KZDYgNR2e7/6qSgz8ulmr4TOVj/8w/KDTL9lAjFx9tq7Xmm5u1chAtUq2Oyrx jHaIU289RfG5fxb0W6092H7cRa2+sP3bThU2WivRKvb+sncCCMD5sx9XrEkiK+VG4sgI iT6P24pPMblJBUCdqMlYql/DzBAhfTPSz2ZZce0ytQ5KNXR2Xm4cQo/8+gGL12h9SglJ SuFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=rrbdGqZVacAa5UEuMLR7FCoDDSbVYcFkDjU8Oen42VI=; b=QxdMmsmi5gADKfdUd30+RsLZpisZP6OvxYjJTw/2VtmPfBB2hkKnkel8xCIhd4mG49 e6Vg0NUekI8V8br2JZHivJ/mHvYSGh1SvFCVHkA0jmpoINy9uYKWryUsM+QCteAE9/iM mOu2G78rnTjVCZmED5itJTof7ilOQESaNdmmJXrDkXTTxviiOgQWW8uevcH9dxbvNidO qOSlqwQNwuPbB50TPQxDDPCttA2fgsE2T8525qbvFhLtWzZT1O3i5bsfoQGswUbAqEFn 3iCMejwGUMvcj+jDXMJJvBdAX4kIkH0BKaCEZRpAXZa1MExtrc7C7YBTdCx4eCEIU8N+ tR5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s2si9777401pgp.169.2017.11.20.22.31.06; Mon, 20 Nov 2017 22:31:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753113AbdKUGaa (ORCPT + 73 others); Tue, 21 Nov 2017 01:30:30 -0500 Received: from mga06.intel.com ([134.134.136.31]:21621 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752999AbdKUGa1 (ORCPT ); Tue, 21 Nov 2017 01:30:27 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2017 22:30:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,432,1505804400"; d="scan'208";a="1246702033" Received: from skchakra-desk-3.iind.intel.com ([10.66.254.101]) by fmsmga002.fm.intel.com with ESMTP; 20 Nov 2017 22:30:24 -0800 From: Souvik Kumar Chakravarty To: platform-driver-x86@vger.kernel.org Cc: dvhart@infradead.org, andy@infradead.org, linux-kernel@vger.kernel.org, rajneesh.bhardwaj@intel.com, Souvik Kumar Chakravarty Subject: [PATCH v2 4/4] platform/x86: intel_telemetry: Remove redundancies Date: Tue, 21 Nov 2017 20:06:24 +0530 Message-Id: <1511274984-6165-5-git-send-email-souvik.k.chakravarty@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1511274984-6165-1-git-send-email-souvik.k.chakravarty@intel.com> References: <1511274984-6165-1-git-send-email-souvik.k.chakravarty@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch removes unnecessary header files and newlines. It also fixes some alignment issues. Signed-off-by: Souvik Kumar Chakravarty --- drivers/platform/x86/intel_telemetry_debugfs.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Changes since v1: * Consolidated alignment changes into this patch diff --git a/drivers/platform/x86/intel_telemetry_debugfs.c b/drivers/platform/x86/intel_telemetry_debugfs.c index ab4a20f..6e0a9dd 100644 --- a/drivers/platform/x86/intel_telemetry_debugfs.c +++ b/drivers/platform/x86/intel_telemetry_debugfs.c @@ -23,7 +23,6 @@ */ #include #include -#include #include #include #include @@ -32,11 +31,10 @@ #include #include #include -#include #include -#define DRIVER_NAME "telemetry_soc_debugfs" -#define DRIVER_VERSION "1.0.0" +#define DRIVER_NAME "telemetry_soc_debugfs" +#define DRIVER_VERSION "1.0.0" /* ApolloLake SoC Event-IDs */ #define TELEM_APL_PSS_PSTATES_ID 0x2802 @@ -246,7 +244,6 @@ static struct telem_ioss_pg_info telem_apl_ioss_pg_data[] = { {"PRTC", 25}, }; - struct telemetry_debugfs_conf { struct telemetry_susp_stats suspend_stats; struct dentry *telemetry_dbg_dir; @@ -381,7 +378,6 @@ static int telem_pss_states_show(struct seq_file *s, void *unused) TELEM_APL_MASK_PCS_STATE; } - TELEM_CHECK_AND_PARSE_EVTS(conf->pss_idle_id, conf->pss_idle_evts - 1, pss_idle, evtlog[index].telem_evtlog, @@ -401,7 +397,6 @@ static int telem_pss_states_show(struct seq_file *s, void *unused) conf->pcs_s0ix_blkd_data, TELEM_MASK_BYTE); - TELEM_CHECK_AND_PARSE_EVTS(conf->pss_wakeup_id, conf->pss_wakeup_evts, pss_s0ix_wakeup, @@ -494,7 +489,6 @@ static const struct file_operations telem_pss_ops = { .release = single_release, }; - static int telem_ioss_states_show(struct seq_file *s, void *unused) { struct telemetry_evtlog evtlog[TELEM_MAX_OS_ALLOCATED_EVENTS]; @@ -613,7 +607,7 @@ static int telem_soc_states_show(struct seq_file *s, void *unused) (u64)(conf->suspend_stats.deep_res*10)/192); seq_printf(s, "TOTAL S0IX\t\t\t %10u\t %10llu\n", s0ix_total_ctr, - (u64)(s0ix_total_res*10/192)); + (u64)(s0ix_total_res*10/192)); seq_puts(s, "\n-------------------------------------------------\n"); seq_puts(s, "\t\tDEVICE STATES\n"); seq_puts(s, "-------------------------------------------------\n"); @@ -758,7 +752,6 @@ static const struct file_operations telem_pss_trc_verb_ops = { .release = single_release, }; - static int telem_ioss_trc_verb_show(struct seq_file *s, void *unused) { u32 verbosity; -- 2.7.4 From 1584181050590389914@xxx Thu Nov 16 00:39:40 +0000 2017 X-GM-THRID: 1584181050590389914 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread