From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 197C032D0DE for ; Thu, 9 Apr 2026 14:10:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775743847; cv=none; b=aLhnsYNW5MSr6fiqqULKySUWPYGnE0pXDRYucSyUVWyNxSEaEOopkfaVbs/beAilaXY2W0tadxEw9sKGC72aV8BIa1jV857JwPjnPb8uuUCQ5OBrfXEMv6n+meJ5nrtQaY57RYdNdWGcflBK+I3u17pPIM0PYByc3mfXRONGsig= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775743847; c=relaxed/simple; bh=ege3VbBiJa7ATNLiFVU0SsVasBd6S0SkWPduHl5jgjs=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=A17T1vjFx24OntUQJHviSN0eYPbCpD/9VP1YG4aJQo9T7mzEYkkvH88cKfncgZX7uWVK7YwPVuxVbO6eLsEhW1V4zhnjugQzawkwaoaPVYRf9b6G06F3mTIIhoDbVcb3YZKI67bOWMmBclbaqbpvEEvITJT4ocRdKDXOa2IIK54= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=wvDMWpsK; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="wvDMWpsK" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1775743825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V+Qu5hj+kNU9GIQ+2B4QzJw8p7aK4i6b37e2smrkaG4=; b=wvDMWpsK3WweXX/3O1R3MjQfLodY05J7i0LB7IwjXDsrroSUjBrUttY5nq2OXpLw9Phn4d A8YJzVaN2tA7w/oXitadgSyOQzZoOTZSheyhf5eSuZFESYxy+vzN0zf05uL38u+LYlLKgW hbtYhsoE0XfSRMPrUhuzvHzIq8kIAF0= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 09 Apr 2026 16:10:18 +0200 Message-Id: Cc: , , , , , Subject: Re: [PATCH v4 2/5] staging: rtl8723bs: remove empty if statement block X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Luka Gejak" To: "Prithvi Tambewagh" , , , , , , , , , , , , , , , , , , , , , , References: <20260409135026.137904-1-activprithvi@gmail.com> <20260409135026.137904-3-activprithvi@gmail.com> In-Reply-To: <20260409135026.137904-3-activprithvi@gmail.com> X-Migadu-Flow: FLOW_OUT 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 > --- > 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/sta= ging/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( > } > } > =20 > - if (0x00 =3D=3D PathAOK) { > - } > - > /* path B IQK */ > if (is2T) { > =20 LGTM. Reviewed-by: Luka Gejak Best regards, Luka Gejak