From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 225C56D13 for ; Thu, 15 Apr 2021 07:28:49 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id A5935611F1; Thu, 15 Apr 2021 07:28:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618471729; bh=8o7VZnjPkPwZMae4GI6SJw7WDLgUFYz+v82i4LP4MXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gm1QWcAW5RPP1QCUSzZV5xqevFjbXGWqUseSn/tH9SGZqy/aWXZudTXoYYrZP6yYM zAHTo2amU1xhcAgxWJSElIS8VyXe2kbI8K1uOXbnLHgiq0s+wHERKS8oojQVfB3vs2 PhviDKhPTSgppW1MpzPBYWWkrluk2MFt3AkY+9VI= Date: Thu, 15 Apr 2021 09:28:46 +0200 From: Greg Kroah-Hartman To: "Fabio M. De Francesco" Cc: outreachy-kernel@googlegroups.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Matthew Wilcox , Julia Lawall , Fabio Aiuto , Dan Carpenter Subject: Re: [Outreachy kernel] [PATCH v4] staging: rtl8723bs: Remove led_blink_hdl() and everything related Message-ID: References: <20210415071731.25725-1-fmdefrancesco@gmail.com> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210415071731.25725-1-fmdefrancesco@gmail.com> On Thu, Apr 15, 2021 at 09:17:31AM +0200, Fabio M. De Francesco wrote: > Removed useless led_blink_hdl() prototype and definition. > Removed struct LedBlink_param. Removed LedBlink entries in > rtw_cmd_callback[] and in wlancmds[]. Everything related to LedBlink is > not anymore needed. Index of slots changed in arrays comments to reflect > current positions. > > Reported-by: Julia Lawall > Reported-by: Fabio Aiuto > Reported-by: Greg Kroah-Hartman > Suggested-by: Matthew Wilcox > Suggested-by: Dan Carpenter > Signed-off-by: Fabio M. De Francesco > --- > > Changes from v3: Merged the series into one single patch for avoiding > unnecessary intermediate stages. Much better, thanks for sticking with this. Now queued up, and I think this is going to be the last patch I take for 5.13-rc1. The rest I'll store up for the next kernel release after that... thanks, greg k-h