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 BCC70C4332D for ; Tue, 16 Mar 2021 12:55:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 864B165065 for ; Tue, 16 Mar 2021 12:55:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234394AbhCPMzH (ORCPT ); Tue, 16 Mar 2021 08:55:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:60332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233712AbhCPMvZ (ORCPT ); Tue, 16 Mar 2021 08:51:25 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0F95365036; Tue, 16 Mar 2021 12:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615899084; bh=gmxqoMt9J/BIXwHRDd8I4NBJ+PNnpfBABT0cNtOxOts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NXl07EQioB4L+TaHyK4BhsKl3P2qBs5amJmsJyvwrw8RfOFJ38O9A7BCdMHVQVYTH 5Vx0o8MZ6wjNmsxog7kMUzhbK73KdxkmvfVo3TwK9k2AlRb4NS8rdmLQlEDVVGKJhw IHmo4I9mA89ClYgfpCmwh78V/oHkv51iiiEs9qdc= Date: Tue, 16 Mar 2021 12:43:15 +0100 From: Greg KH To: Fabio Aiuto Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/15] 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 Mon, Mar 15, 2021 at 11:13:49AM +0100, Fabio Aiuto wrote: > Remove unused code blocks as required in TODO file > > Fabio Aiuto (15): > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_AUTO_AP_MODE > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_HW_PWRP_DETECTION > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_QOS_OPTIMIZATION > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_AP_WOWLAN > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_PM > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_SIGNAL_DISPLAY_DBM > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_BACKGROUND_NOISE_MONITOR > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_SKIP_SIGNAL_SCALE_MAPPING > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_GPIO_API > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_EXT_CLK > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_CHECK_BT_HANG > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_SDIO_TX_TASKLET > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_SW_CHANNEL_PLAN > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_C2H_PACKET_EN > staging: rtl8723bs: remove unused code blocks conditioned by never set > CONFIG_ODM_ADAPTIVITY Not all of these would apply, please rebase and resend the remaining ones. thanks, greg k-h