From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754348AbbCSDrZ (ORCPT ); Wed, 18 Mar 2015 23:47:25 -0400 Received: from mail-bl2on0135.outbound.protection.outlook.com ([65.55.169.135]:54656 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750905AbbCSDrW (ORCPT ); Wed, 18 Mar 2015 23:47:22 -0400 Date: Thu, 19 Mar 2015 11:46:21 +0800 From: Peter Chen To: Roger Quadros CC: , , , , , , , , Subject: Re: [RFC][PATCH 8/9] usb: otg-fsm: Remove unused members in struct otg_fsm Message-ID: <20150319034620.GB7779@shlinux2> References: <1426686963-11613-1-git-send-email-rogerq@ti.com> <1426686963-11613-9-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1426686963-11613-9-git-send-email-rogerq@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-EOPAttributedMessage: 0 Authentication-Results: spf=fail (sender IP is 192.88.168.50) smtp.mailfrom=peter.chen@freescale.com; vger.kernel.org; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:192.88.168.50;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(189002)(199003)(51704005)(2950100001)(23726002)(77096005)(85426001)(33716001)(104016003)(50986999)(54356999)(92566002)(106466001)(47776003)(86362001)(50466002)(110136001)(19580395003)(19580405001)(6806004)(97756001)(83506001)(46102003)(46406003)(33656002)(105606002)(77156002)(62966003)(87936001);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0301MB1231;H:tx30smr01.am.freescale.net;FPR:;SPF:Fail;MLV:sfv;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB1231; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002010);SRVR:DM2PR0301MB1231;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB1231; X-Forefront-PRVS: 052017CAF1 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Mar 2015 03:47:19.0032 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.168.50];Helo=[tx30smr01.am.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0301MB1231 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 18, 2015 at 03:56:02PM +0200, Roger Quadros wrote: > These members are not used anywhere so remove them. > > Signed-off-by: Roger Quadros > --- > include/linux/usb/otg-fsm.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h > index b6ba1bf..176c4fc 100644 > --- a/include/linux/usb/otg-fsm.h > +++ b/include/linux/usb/otg-fsm.h > @@ -95,11 +95,6 @@ struct otg_fsm { > int b_hnp_enable; > int a_clr_err; > > - /* Informative variables */ > - int a_bus_drop_inf; > - int a_bus_req_inf; > - int a_clr_err_inf; > - int b_bus_req_inf; > /* Auxilary informative variables */ > int a_suspend_req_inf; > But the above are defined at: ch 7.4.4, On-The-Go and Embedded Host Supplement to the USB Revision 2.0 Specification > -- > 2.1.0 > -- Best Regards, Peter Chen From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Chen Subject: Re: [RFC][PATCH 8/9] usb: otg-fsm: Remove unused members in struct otg_fsm Date: Thu, 19 Mar 2015 11:46:21 +0800 Message-ID: <20150319034620.GB7779@shlinux2> References: <1426686963-11613-1-git-send-email-rogerq@ti.com> <1426686963-11613-9-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1426686963-11613-9-git-send-email-rogerq@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Roger Quadros Cc: gregkh@linuxfoundation.org, balbi@ti.com, stern@rowland.harvard.edu, dan.j.williams@intel.com, jun.li@freescale.com, mathias.nyman@linux.intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On Wed, Mar 18, 2015 at 03:56:02PM +0200, Roger Quadros wrote: > These members are not used anywhere so remove them. > > Signed-off-by: Roger Quadros > --- > include/linux/usb/otg-fsm.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h > index b6ba1bf..176c4fc 100644 > --- a/include/linux/usb/otg-fsm.h > +++ b/include/linux/usb/otg-fsm.h > @@ -95,11 +95,6 @@ struct otg_fsm { > int b_hnp_enable; > int a_clr_err; > > - /* Informative variables */ > - int a_bus_drop_inf; > - int a_bus_req_inf; > - int a_clr_err_inf; > - int b_bus_req_inf; > /* Auxilary informative variables */ > int a_suspend_req_inf; > But the above are defined at: ch 7.4.4, On-The-Go and Embedded Host Supplement to the USB Revision 2.0 Specification > -- > 2.1.0 > -- Best Regards, Peter Chen