From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] arch: arm: mach-omap2: usb-tusb6010.c: Cleaning up variable is set more than once Date: Mon, 7 Jul 2014 04:53:00 -0700 Message-ID: <20140707115300.GV28884@atomide.com> References: <1403699310-22960-1-git-send-email-rickard_strandqvist@spectrumdigital.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1403699310-22960-1-git-send-email-rickard_strandqvist-IW2WV5XWFqGZkjO+N0TKoMugMpMbD5Xr@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rickard Strandqvist Cc: Felipe Balbi , Russell King , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org * Rickard Strandqvist [140625 05:29]: > A struct member variable is set to the same value more than once > > This was found using a static code analysis program called cppcheck. Applying into omap-for-v3.17/fixes-not-urgent thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 7 Jul 2014 04:53:00 -0700 Subject: [PATCH] arch: arm: mach-omap2: usb-tusb6010.c: Cleaning up variable is set more than once In-Reply-To: <1403699310-22960-1-git-send-email-rickard_strandqvist@spectrumdigital.se> References: <1403699310-22960-1-git-send-email-rickard_strandqvist@spectrumdigital.se> Message-ID: <20140707115300.GV28884@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Rickard Strandqvist [140625 05:29]: > A struct member variable is set to the same value more than once > > This was found using a static code analysis program called cppcheck. Applying into omap-for-v3.17/fixes-not-urgent thanks. Tony From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752855AbaGGLxB (ORCPT ); Mon, 7 Jul 2014 07:53:01 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:53249 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751409AbaGGLxA (ORCPT ); Mon, 7 Jul 2014 07:53:00 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19OlSiFCvkqBjtxEplLKISk Date: Mon, 7 Jul 2014 04:53:00 -0700 From: Tony Lindgren To: Rickard Strandqvist Cc: Felipe Balbi , Russell King , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arch: arm: mach-omap2: usb-tusb6010.c: Cleaning up variable is set more than once Message-ID: <20140707115300.GV28884@atomide.com> References: <1403699310-22960-1-git-send-email-rickard_strandqvist@spectrumdigital.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403699310-22960-1-git-send-email-rickard_strandqvist@spectrumdigital.se> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rickard Strandqvist [140625 05:29]: > A struct member variable is set to the same value more than once > > This was found using a static code analysis program called cppcheck. Applying into omap-for-v3.17/fixes-not-urgent thanks. Tony