From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 EE5E618AF9 for ; Sun, 4 Feb 2024 09:38:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707039494; cv=none; b=F7UZmW0Yar1B/3bxl9w8c4moTNLauznA8YDaf0DwHoKPQrMMECCra2A78rTsIXEnRR3u9LJ9KUx1FuyTfi3SoLO+RXfVhEB2NF8lyzvmPZPXUG1guVM/s3WItQqdnF2XUxwIOxNKrdqeQdDW/dnGMw07mclIy5GGc5/qE86eRQ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707039494; c=relaxed/simple; bh=9eh3OMP4w+UbMfvEfjLUJeCI9GeWsell8XwJpVUU8rE=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=dFRvvL1ALGww87FTDiu2zzYHx3PJjmIHOayt5gH9sGLWh1/nvwEyVuxGR4QlFemGsmCXI6nKL4ryECUZRbA6SLKHVGOysTcwJRr7Em53BH6fo+oFqxgkd6eg/f7nVnRvxyOiNgT9A0oppf4Eev3CWDYEvzFY1NPEp2u0WYF/TNc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YBm3PnpO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YBm3PnpO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3DEEC433F1; Sun, 4 Feb 2024 09:38:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707039493; bh=9eh3OMP4w+UbMfvEfjLUJeCI9GeWsell8XwJpVUU8rE=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=YBm3PnpOAAhWajkJk9S4i2hTBekIT/ArFh7SWXm/GL9RPWwD/LkEUDAWURaDO39MV SJ2WX6T3XJqY1CB41Ul9l7xnpIBVuk9Tvpnkkxi+/+PlUBn903q4z0JfM6k0lOLlrG 7i9EGzOGnchmDmSfeSsxN3e5jKIRp/fZKreiVJLIHqlckBigqDNVQM8H57MNjj4S/+ wGXoQvJzMN8nnn+Ak2I5yUu87Z6sTMI1cLfN1PBQwIgdU+TG7KEwUjiSdnL4450RIo dGEdSrzENTlraIcA+wTGS8LQRX/6bTLpVbWaMNMiMAScpL8UDxBEECdLt15e21qOhH ZKGSp4lKTMetQ== From: Leon Romanovsky To: Jason Gunthorpe , Sindhu Devale Cc: linux-rdma@vger.kernel.org, Mustafa Ismail In-Reply-To: <20240131233953.400483-1-sindhu.devale@intel.com> References: <20240131233953.400483-1-sindhu.devale@intel.com> Subject: Re: [PATCH rdma-next] RDMA/irdma: Remove duplicate assignment Message-Id: <170703948931.15655.14304985954050998306.b4-ty@kernel.org> Date: Sun, 04 Feb 2024 11:38:09 +0200 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-a055d On Wed, 31 Jan 2024 17:39:53 -0600, Sindhu Devale wrote: > Remove the unneeded assignment of the qp_num which is already > set in irdma_create_qp(). > > Applied, thanks! [1/1] RDMA/irdma: Remove duplicate assignment https://git.kernel.org/rdma/rdma/c/926e8ea4b8dac8 Best regards, -- Leon Romanovsky