Re: [PATCH v2 3/4] staging: rtl8723bs: Remove unnecessary conditional block

From: Greg KH
Date: Wed Nov 13 2019 - 05:44:46 EST


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 <jarias.linux@xxxxxxxxx>
> ---
> 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