Re: [PATCH v4 2/5] staging: rtl8723bs: remove empty if statement block
"Luka Gejak" <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu Apr 9, 2026 at 3:50 PM CEST, Prithvi Tambewagh wrote: > Remove empty if statement block for cleaning up code. > > Signed-off-by: Prithvi Tambewagh <[email protected]> > --- > drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c b/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c > index 0780847e287d..6ab65e9e8bee 100644 > --- a/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c > +++ b/drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c > @@ -1415,9 +1415,6 @@ static void phy_IQCalibrate_8723B( > } > } > > - if (0x00 == PathAOK) { > - } > - > /* path B IQK */ > if (is2T) { > LGTM. Reviewed-by: Luka Gejak <[email protected]> Best regards, Luka Gejak