From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932084AbbFHUVm (ORCPT ); Mon, 8 Jun 2015 16:21:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57548 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048AbbFHUVf (ORCPT ); Mon, 8 Jun 2015 16:21:35 -0400 Date: Mon, 8 Jun 2015 13:21:34 -0700 From: "gregkh@linuxfoundation.org" To: "Harisangam, Sharvari (S.)" Cc: "forest@alittletooquiet.net" , "tvboxspy@gmail.com" , "gclement@baobob.org" , "haticeerturk27@gmail.com" , "mahfouz.saif.elyazal@gmail.com" , "devel@driverdev.osuosl.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: vt6655: Remove unnecessary equality checks in rxtx.c Message-ID: <20150608202134.GA3280@kroah.com> References: <20150528082347.GA19807@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Mon, Jun 01, 2015 at 04:16:50AM +0000, Harisangam, Sharvari (S.) wrote: > From: Sharvari Harisangam > > Modified the if-else statements to remove unnecessary comparisons in rxtx.c. > This change was detected with the help of coccinelle tool > > Signed-off-by: Sharvari Harisangam > --- > drivers/staging/vt6655/rxtx.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) This patch can not be applied to my tree :( Please fix it up and resend.