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 2B0182FB8 for ; Tue, 15 Jun 2021 13:23:47 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 5D6B16145D; Tue, 15 Jun 2021 13:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623763426; bh=njAVyJRWhBO8YU/Or9Lp1K4CKrYWEHtrBeO7xM2r8bs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Oq6jCPTrRIN3sdQDVBmIOAKW5zx24/7UOmZRhFhNCFDc+7TF+K7QCsRh5bH7jr+ZO YjfnbG0ZRhB2byC0AN97v/XZWoP+SvTfI0gx0I4oNnKvWq6kgfWrW/leAR88JzkEGP YFZCGdC5o1qIglx5y6NfBie68elEo9NPBEv96H4U= Date: Tue, 15 Jun 2021 15:23:44 +0200 From: Greg KH To: Fabio Aiuto Cc: hdegoede@redhat.com, Larry.Finger@lwfinger.net, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/8] staging: rtl8723bs: move LPS_RPWM_WAIT_MS macro Message-ID: References: <5756b958b5d279f1cc8cea7887f50d003b17b94e.1623756906.git.fabioaiuto83@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: <5756b958b5d279f1cc8cea7887f50d003b17b94e.1623756906.git.fabioaiuto83@gmail.com> On Tue, Jun 15, 2021 at 01:45:36PM +0200, Fabio Aiuto wrote: > move LPS_RPWM_WAIT_MS macro from include/autoconf.h to > include/hal_btcoex.h in order to empty unneeded > autoconf.h. > > Signed-off-by: Fabio Aiuto > --- > drivers/staging/rtl8723bs/include/hal_btcoex.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/staging/rtl8723bs/include/hal_btcoex.h b/drivers/staging/rtl8723bs/include/hal_btcoex.h > index eb9d0ba861a5..849fb90b43b7 100644 > --- a/drivers/staging/rtl8723bs/include/hal_btcoex.h > +++ b/drivers/staging/rtl8723bs/include/hal_btcoex.h > @@ -9,6 +9,8 @@ > > #include > > +#define LPS_RPWM_WAIT_MS 300 > + > /* Some variables can't get from outsrc BT-Coex, */ > /* so we need to save here */ > struct bt_coexist { > -- > 2.20.1 > > Note, this did not "move" anything, it just added it. I'll take it, but be more careful in the future please. thanks, greg k-h