From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8E9FC6D13 for ; Thu, 15 Apr 2021 07:44:43 +0000 (UTC) Received: by mail-ed1-f52.google.com with SMTP id z1so26839089edb.8 for ; Thu, 15 Apr 2021 00:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mo8VcWChyiswYqXafOgPzC0rghxOGJeUf888xhDxB7A=; b=Djd1yu2ygNAB6AwkfDBSQM23UdPQgI7TRVwaPtaSVsOgZTsXMnEZf55dsV49AwyfqE 2/COw0IOUs30bcMPL2xIijtqsFtCwG8xaSgDGHFaYP40hX9uG2ZQgm/QJeCFeXg7SUIW pP+Valr/YyuNLXEKM4zZ2tHWTNwZfXZ8BvDVv+hkeKYxeHDs5UqnX26mmGGAzClsHUsN +cnMY9Z32Oja7hCewZctIGbz1TTfSHo+SQ1xSerPw9GWBhcVTI7Mwtsx+o3RaEnItZ5p IOtllw0zzkMmaWZ1H88ziYgEuzUE/SzS0FDtsucdsP8ggYVaifte6MqK2hX9eJznRSjo sizQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mo8VcWChyiswYqXafOgPzC0rghxOGJeUf888xhDxB7A=; b=T8Mny1rv1WcV5WPTAIQ6aeMvLqrdUbEuR0zK4NQvXmzyo8u8YLIgJHF8wyZRditoJ0 WwmuCMujOVMqrjSwT1ECWFeefqMcA013uLbqDiOo/DLI520kbfdhyc9OC1160PWm+A5l TXHIsO3ecJgpQEi4xIg+ZWgCCubCEVqxQq8r64DGygEzErXDr1VhqcKfXDythlxP1WxP TBs2CpkbScQDJRINMhqhhsgvHYK9VuFHKk16hGaNBYBkxuPJFiO5i71e7/X54dgeOV1g lYBQtSoeICfyggL36uLFObb80LQFK40BZnSCqvrEEduLD0xRH2hRmPtlcsS7yUN8BVJ4 YS7Q== X-Gm-Message-State: AOAM5327V3wvV/cBVetzHYiGXs8yW1hxRQ+edDdzrsMcxDU8scVh5rT0 joymMAek/MFAhtu099vtD/Y= X-Google-Smtp-Source: ABdhPJyCH0gB2Jiuv8R9wCiM2zo6ImaqsPxioLiQTB7FtB9ufPsCdqOyvquO6WPTF6iqzJ5h5cAipA== X-Received: by 2002:a05:6402:254a:: with SMTP id l10mr2543769edb.160.1618472682108; Thu, 15 Apr 2021 00:44:42 -0700 (PDT) Received: from linux.local (host-95-237-55-30.retail.telecomitalia.it. [95.237.55.30]) by smtp.gmail.com with ESMTPSA id ca1sm1654269edb.76.2021.04.15.00.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Apr 2021 00:44:41 -0700 (PDT) From: "Fabio M. De Francesco" To: Greg Kroah-Hartman 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 Date: Thu, 15 Apr 2021 09:44:40 +0200 Message-ID: <50579851.vdsvJbu58s@linux.local> In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday, April 15, 2021 9:28:46 AM CEST Greg Kroah-Hartman wrote: > 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. > I think it was worth doing this job well and getting it done, despite the difficulties I had. I really appreciate your message. Thanks so much, Fabio > > 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