From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04D70C43331 for ; Wed, 13 Nov 2019 10:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C460622459 for ; Wed, 13 Nov 2019 10:44:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573641885; bh=/NkcDZWOExrOpzbO57Ga6Z3v4XtktUzcRptRIXfdrr0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DMcJwx9UoKFFWG/l1gRBut8s2oI5UHJUFM9M3wsOClKjYx7vkxWv8xsYA9y6uci3G aqblKpy6aIHYEOkLLAw6EjdgmZ5W27U7RT81bt0e3mt95MHe0l8ipbRGa4poMh7ei7 73H3me5KqdyKbR/bYrk2//o4aGK/4Rt6B4VJYbMQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727673AbfKMKoo (ORCPT ); Wed, 13 Nov 2019 05:44:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:38334 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726422AbfKMKoo (ORCPT ); Wed, 13 Nov 2019 05:44:44 -0500 Received: from localhost (unknown [61.58.47.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0E4F722459; Wed, 13 Nov 2019 10:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573641882; bh=/NkcDZWOExrOpzbO57Ga6Z3v4XtktUzcRptRIXfdrr0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RdtT5MU5b3/MJtiVNqK7vr6wvLymC7utHCZrmHYW20gYcpgD/jSWN6ByYTgpuyD5h a6xMy1MrZSrS0RVXqKd+TYTYHa2tMusr+0m/uURWOVVSBA0wbSlwi6sAYqnXE/m1kE VVdYTAUKrc1VmOWTFsjVfikVcM6nXIvs5II1Lu7I= Date: Wed, 13 Nov 2019 11:44:40 +0100 From: Greg KH To: "Javier F. Arias" Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] staging: rtl8723bs: Remove unnecessary conditional block Message-ID: <20191113104440.GB2068945@kroah.com> References: <61ec6328ccb22696ccc769ce9fbbe26fd00cd04a.1573605920.git.jarias.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 12, 2019 at 08:36:53PM -0500, Javier F. Arias wrote: > This patch removes a conditional block that had no effect. > It also reformat the affected lines to set the right indentation > after the removal. > Issue found by Coccinelle. > > Signed-off-by: Javier F. Arias > --- > Changes in V2: > - No changes. > > drivers/staging/rtl8723bs/hal/sdio_halinit.c | 19 +++++++------------ > 1 file changed, 7 insertions(+), 12 deletions(-) Please use scripts/get_maintainer.pl on your patches to send them to the proper mailing lists and developers. Right now you are only cc: me and lkml and sometimes the outreachy list, which is odd. Please fix this up and redo the series. thanks, greg k-h