From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 91F9533D7 for ; Mon, 21 Feb 2022 18:53:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1D07C340E9; Mon, 21 Feb 2022 18:53:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645469597; bh=4gzlRRMq6XhlfZGzpOExTVP9X+cX8RqM5SLF621F3vU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kO/Tpt1W3aTRvibUYuWGJWSDL+IPziq6HpgBaVheBS2JwifIYL5wnP6J/gLJODFvT aPvvBqaEZuFUF0tJFRMn2XCQ+InAqgTYWQ/hPOxyXxW/DLeGu6Ee0XimrGz2zR+5kX fvH1mfp9wryRU3x9x/rCUVwh59Wet618s4BIj+n0= Date: Mon, 21 Feb 2022 19:53:14 +0100 From: Greg KH To: Michael Straube Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] staging: r8188eu: odm cleanups Message-ID: References: <20220221073306.16636-1-straube.linux@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: On Mon, Feb 21, 2022 at 07:48:22PM +0100, Michael Straube wrote: > On 2/21/22 18:13, Greg KH wrote: > > On Mon, Feb 21, 2022 at 08:33:01AM +0100, Michael Straube wrote: > > > This set removes two more functions from the unwanted hal/odm layer. > > > Tested on x86_64 with Inter-Tech DMG-02. > > > > > > v2: > > > Fixed a typo in the commit message of patch 2/5. > > > unsed -> used > > > > > > Michael Straube (5): > > > staging: r8188eu: remove ODM_CmnInfoHook() > > > staging: r8188eu: convert two u8 variables to bool > > > staging: r8188eu: remove enum odm_bw > > > staging: r8188eu: convert type of pBandWidth in odm_dm_struct > > > staging: r8188eu: remove ODM_CmnInfoUpdate() > > > > > > drivers/staging/r8188eu/hal/odm.c | 56 +------------------ > > > drivers/staging/r8188eu/hal/rtl8188e_dm.c | 19 ++++--- > > > drivers/staging/r8188eu/include/odm.h | 29 +--------- > > > drivers/staging/r8188eu/include/rtw_mlme.h | 2 +- > > > drivers/staging/r8188eu/include/rtw_pwrctrl.h | 2 +- > > > 5 files changed, 16 insertions(+), 92 deletions(-) > > > > > > -- > > > 2.35.1 > > > > > > > > > > This patch series does not apply to my tree. Please rebase and resend. > > > > Hi Greg, > > looks like you already applied v1 of this series. > The only change in v2 was fixing a typo in a commit message.. Ah, that makes more sense, sorry I missed that, my fault. We can live with the typo :)