From: "Ethan Tidmore" <ethantidmore06@gmail.com>
To: "Marcos Andrade" <marcosandrade95963@gmail.com>,
<gregkh@linuxfoundation.org>
Cc: <linux-staging@lists.linux.dev>, <linux-kernel@vger.kernel.org>,
<ethantidmore06@gmail.com>
Subject: Re: [PATCH] staging: rtl8723bs: Replace msleep() with fsleep()
Date: Sat, 14 Mar 2026 20:18:08 -0500 [thread overview]
Message-ID: <DH2YKIAOS6TE.19PFDSFOU7NYO@gmail.com> (raw)
In-Reply-To: <20260314215444.46899-1-marcosandrade95963@gmail.com>
On Sat Mar 14, 2026 at 4:54 PM CDT, Marcos Andrade wrote:
> Replace msleep(10) with fsleep(10 * USEC_PER_MSEC) in _rtw_init_xmit_priv().
> fsleep() is the new standard API for delays, as it automatically chooses
> the best sleep method based on the duration.
>
> Suggested-by: Ethan Tidmore <ethantidmore06@gmail.com>
> Signed-off-by: Marcos Andrade <marcosandrade95963@gmail.com>
> ---
Since this patch requires the other patch this needs to be a patch
series. Because since you submitted them as just single patches this one
will not apply on its own.
A patch series typically has a cover letter explaining what the patches
do and you link them together using git send-email.
Thanks,
ET
prev parent reply other threads:[~2026-03-15 1:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 21:54 [PATCH] staging: rtl8723bs: Replace msleep() with fsleep() Marcos Andrade
2026-03-15 1:18 ` Ethan Tidmore [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DH2YKIAOS6TE.19PFDSFOU7NYO@gmail.com \
--to=ethantidmore06@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=marcosandrade95963@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.