[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YRv4GLL0BsMm/lf3@kroah.com>
Date: Tue, 17 Aug 2021 19:55:36 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Martin Kaiser <martin@...ser.cx>,
Michael Straube <straube.linux@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/3] staging: r8188eu: Remove code depending on
NAT25_LOOKUP
On Mon, Aug 16, 2021 at 07:51:38PM +0200, Fabio M. De Francesco wrote:
> Remove all the code related to the management of the NAT25_LOOKUP
> method in nat25_db_handle(). The only function that used that method was
> the now deleted nat25_handle_frame(). Remove the NAT25_LOOKUP entry from
> the NAT25_METHOD enum because it is not anymore used everywhere else in
> the code of the driver.
>
> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@...il.com>
> ---
>
> v2: Patch rebased against the latest Greg K-H's tree.
>
> drivers/staging/r8188eu/core/rtw_br_ext.c | 112 -------------------
> drivers/staging/r8188eu/include/rtw_br_ext.h | 1 -
> 2 files changed, 113 deletions(-)
This change adds a build warning, which is not allowed.
Please merge this, and the 3/3 patch into a single change, so that it
all is removed together, causing no build warnings at any point in time.
thanks,
greg k-h
Powered by blists - more mailing lists