Re: [PATCH v2] wifi: rtl8xxxu: Use local 'dev' variable for dev_warn()
Rafael Alejandro Díaz Cruz <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CALp66yFJCwBEwwP3wf25VEuvYBpuDSdeidyuvbpUtbvizP_3SQ@mail.gmail.com> |
Hello Ping-Ke, Thanks for the suggestions so far. I'm trying to find the rtw-next tree git.kernel.org but I can't seem to find it. Would you be able to provide the link so that I can pull/fetch from it plz. I found this link, but I'm not sure if its the right one : https://github.com/pkshih/rtw/tree/rtw-next Thanks, Rafael. On Mon, Aug 17, 2026 at 1:31 AM Ping-Ke Shih <[email protected]> wrote: > > rafad900 <[email protected]> wrote: > > To ensure consistent patterns, the device struct was > > defined and used when dev_warn() is called. > > This follows the logging pattern used in most of > > rtl8xxxu files. > > > > Signed-off-by: Rafael Alejandro Diaz Cruz <[email protected]> > > NIPA reported many fail and warning items [1]. > > The tree selection should be rtw-next. e.g. [PATCH rtw-next v3] > > [1] https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ > > >