From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F08ED45F07 for ; Sat, 21 Dec 2024 14:28:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E433D402CC; Sat, 21 Dec 2024 14:28:51 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 8C4C640144; Sat, 21 Dec 2024 14:28:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734787729; x=1766323729; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OvJr1BCXWMlG/sRmSPF7+m/HJ/kHFc6oI3wMK+RF4tY=; b=ng1ISVha00nrttc/oCGzFkvluaZ4x3agsYKW4zzppiaDWsT7Z/BsNzDb +z0kFRcjUpYnarft0hjKKJwug+X/+exSkul/bzMG8bLII3LfwdkaA/IfA 0YHOftMKLsTMtfQcriS6VUFJlQkhGsr0dqS3OXDiZ9jNEIIn83SOq4ZPF U=; X-CSE-ConnectionGUID: yoYNZ+fGSIO9zhtgIsErgw== X-CSE-MsgGUID: FDU/6X2oSfW05nIuqFWcIA== X-IronPort-AV: E=Sophos;i="6.12,253,1728943200"; d="scan'208";a="28286355" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 21 Dec 2024 14:28:49 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id E36262558; Sat, 21 Dec 2024 14:28:48 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Ariel Otilibili , stable@dpdk.org, Andrew Rybchenko Subject: [PATCH 0/1] common/sfc_efx/base: remove unreachable code Date: Sat, 21 Dec 2024 14:27:06 +0100 Message-ID: <20241221132830.1100648-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hello, This patch clears out Coverity ID 121742. Thank you, Ariel Otilibili (1): common/sfc_efx/base: remove unreachable code drivers/common/sfc_efx/base/efx_mon.c | 3 --- 1 file changed, 3 deletions(-) -- 2.47.1