From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5F6AD7803D2 for ; Tue, 3 Oct 2023 05:39:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Xyd5EeFNNfGT8mtdmlRRCXKh2tPRJ9eueqpJJisYNqU=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696311549; v=1; b=wfCZcFt30s61oiYGMbrc6BJwVKyMK/t5+QccHlAlwW6lTUvRwFt3t3Far4pDEza/c52fB3bh oQXIlfm0cy8108DPo4YE9E8OoSz9JVuh4JI5/BhH9vyIikVrHCKORMwelhGd4det0SSXfdqS3Vj atbzUGo9hTpwOE0teWobYKQA= X-Received: by 127.0.0.2 with SMTP id cyN6YY7687511xbNWDJbkmmX; Mon, 02 Oct 2023 22:39:09 -0700 X-Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by mx.groups.io with SMTP id smtpd.web11.102118.1696311549087007195 for ; Mon, 02 Oct 2023 22:39:09 -0700 X-Received: by mail-io1-f53.google.com with SMTP id ca18e2360f4ac-76c64da0e46so18895839f.0 for ; Mon, 02 Oct 2023 22:39:08 -0700 (PDT) X-Gm-Message-State: GpGSctaoJa9Kh1zItKJj1tgHx7686176AA= X-Google-Smtp-Source: AGHT+IGzKNmirhStVyCXJhMoQJnF6KmFscoWAJi1eMtrkjLTkALwmf8DogmF19+rRPT1uS/kgd73JA== X-Received: by 2002:a5d:85c1:0:b0:795:bea:ae13 with SMTP id e1-20020a5d85c1000000b007950beaae13mr16991615ios.20.1696311548074; Mon, 02 Oct 2023 22:39:08 -0700 (PDT) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([2401:4900:1f24:1bb6:6659:f2cc:738a:e8e1]) by smtp.gmail.com with ESMTPSA id gj9-20020a0566386a0900b0041627abe120sm153973jab.160.2023.10.02.22.39.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Oct 2023 22:39:07 -0700 (PDT) From: "Ranbir Singh" To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v1 0/2] BZ 4221: Fix MdeModulePkg/Bus/Pci/XhciDxe issues pointed by Coverity Date: Tue, 3 Oct 2023 11:09:00 +0530 Message-Id: <20231003053902.27289-1-rsingh@ventanamicro.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,rsingh@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=wfCZcFt3; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Ranbir Singh (2): MdeModulePkg/Bus/Pci/XhciDxe: Fix FORWARD_NULL Coverity issues MdeModulePkg/Bus/Pci/XhciDxe: Fix MISSING_BREAK Coverity issues MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c | 14 ++++++++++++++ MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 6 ++++++ 2 files changed, 20 insertions(+) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109272): https://edk2.groups.io/g/devel/message/109272 Mute This Topic: https://groups.io/mt/101729055/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-