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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 315F3C433E0 for ; Sun, 14 Mar 2021 15:58:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 025A464E89 for ; Sun, 14 Mar 2021 15:58:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233815AbhCNP55 (ORCPT ); Sun, 14 Mar 2021 11:57:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:46800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbhCNP5l (ORCPT ); Sun, 14 Mar 2021 11:57:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5A47E64E89; Sun, 14 Mar 2021 15:57:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615737460; bh=KHhBD60oVNFJbzpgTir8afaeb8V5r2mTAIAGzAKKu4I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HB99kC1IIWNvAIHGDo0sj0UVJx1Utd8L7fMk3VscwmuHfErlYVnm2BhiKQNfYHcDR I4xaQZ0ZSlxFYKCRYnWhg+ZxbVQKvPoawrxfzxxHg9gaqDsMl6aynuBNnBUhnXS7aC baiQmEw4yqwuYJlqmIGSdx1BfPuQLsl6/ezYaXcw= Date: Sun, 14 Mar 2021 16:57:38 +0100 From: Greg KH To: Fabio Aiuto Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] staging: rtl8723bs: remove unused code blocks Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 12, 2021 at 07:33:13PM +0100, Fabio Aiuto wrote: > This patch set removes unused code blocks as required in TODO file: > > find and remove code blocks guarded by never set CONFIG_FOO defines > > Changes in v2: > - modified sunject lines to make them unique > - added a patch previously excluded (removal of > CONFIG_PNO_SET_DEBUG code) > > Fabio Aiuto (4): > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_PNO_SET_DEBUG > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_PNO_SUPPORT > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_WOWLAN > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_TCP_CSUM_OFFLOAD_RX The first 2 patches here worked, the others did not apply to my tree due to other changes from other developers. Can you please rebase them and resend? thanks, greg k-h