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 4D7FA2FB3 for ; Mon, 16 Aug 2021 16:50:02 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 5BF1D60BD3; Mon, 16 Aug 2021 16:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629132601; bh=BZy1S4i5I1xaSTwWwzPJ/uVjtG2fkjv77WBJRVxkhw0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2uN00RyHMAL1nyXwlVIPxwaAQakKr0lXKT67a/DJnjpGoXoIReaiV0lcaMIsP1MDi Vs67xZFv9rHx2uWnv0ktjkJNTN8ypYD6KSHx2yquqavRZVSSe22EDaFiN3B79L7fAG 2qIf7iG3pteBn7TRLG17OB/k99TpXRLTs1+9QOCw= Date: Mon, 16 Aug 2021 18:49:59 +0200 From: Greg Kroah-Hartman To: "Fabio M. De Francesco" Cc: Larry Finger , Phillip Potter , Martin Kaiser , Michael Straube , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] staging: r8188eu: Remove unused code Message-ID: References: <20210816160617.11949-1-fmdefrancesco@gmail.com> Precedence: bulk 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: <20210816160617.11949-1-fmdefrancesco@gmail.com> On Mon, Aug 16, 2021 at 06:06:14PM +0200, Fabio M. De Francesco wrote: > Remove unused code from the r8188eu driver. > > Fabio M. De Francesco (3): > staging: r8188eu: Remove unused nat25_handle_frame() > staging: r8188eu: Remove all code depending on the NAT25_LOOKUP method > staging: r8188eu: Remove no more used variable and function > > drivers/staging/r8188eu/core/rtw_br_ext.c | 263 +------------------ > drivers/staging/r8188eu/include/recv_osdep.h | 1 - > drivers/staging/r8188eu/include/rtw_br_ext.h | 1 - > 3 files changed, 1 insertion(+), 264 deletions(-) Patch 2/3 did not apply, can you please rebase and resend the remaining 2 patches against my latest tree? thanks, greg k-h