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 1C62DD80A5B for ; Tue, 18 Jul 2023 09:02:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=aXhbE0QEg4zosAx7FxtvzTblnx7dP7udcbZx4QWU9y0=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:X-Received:From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Unsubscribe:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:Content-Transfer-Encoding; s=20140610; t=1689670920; v=1; b=texrz0YAZRRBMsbZC8BPnbX3xxm4pKp4FA5K7W44Rp7L5GHrDEDG48+UW9a2mVSgw5eJIhJs ChS9m9U82kUHVWAJ8iSsKbQ7qaJpYshiX+YXiPpU6dgKb/AON4HOgZUc4128aduT8XW4Sogx86x ZmHwtwzCJW1f0wUJCLywpLzo= X-Received: by 127.0.0.2 with SMTP id BNsjYY7687511xtTA3h1hjyx; Tue, 18 Jul 2023 02:02:00 -0700 X-Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mx.groups.io with SMTP id smtpd.web10.1425.1689567889782351002 for ; Sun, 16 Jul 2023 21:24:49 -0700 X-Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-668711086f4so2378879b3a.1 for ; Sun, 16 Jul 2023 21:24:49 -0700 (PDT) X-Gm-Message-State: ICJIY2yySfktD3yOrBUOhgtHx7686176AA= X-Google-Smtp-Source: APBJJlH8uIFR6Na021zc5zySt8ucUIeZdSpXl6969XfvHMBGifLcvmrv3Z2edWrDfYkQdffurpJmYg== X-Received: by 2002:a05:6a21:6d87:b0:133:c43c:9e85 with SMTP id wl7-20020a056a216d8700b00133c43c9e85mr9785285pzb.13.1689567888886; Sun, 16 Jul 2023 21:24:48 -0700 (PDT) X-Received: from user-Latitude-5420.dc1.ventanamicro.com ([2401:4900:1cbd:8dd2:c2bf:93e0:5979:e5e0]) by smtp.gmail.com with ESMTPSA id f10-20020a63de0a000000b0055c090df2fasm11537914pgg.93.2023.07.16.21.24.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jul 2023 21:24:48 -0700 (PDT) From: Ranbir Singh To: devel@edk2.groups.io, rsingh@ventanamicro.com Subject: [edk2-devel] [PATCH v4 0/2] MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix Date: Mon, 17 Jul 2023 09:54:42 +0530 Message-Id: <20230717042444.2242552-1-rsingh@ventanamicro.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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 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=texrz0YA; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none v3 -> v4: - [Patch 2] Further update as per review comments - Status storage removal at call point - Error checks moved inside SetDriveParameters function v2 -> v3: - [Patch 2] Update as per review comments v1 -> v2: - Retain outer cast - Add error check instead of Status storage removal Ranbir Singh (2): MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issue MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issue MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c | 2 +- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106988): https://edk2.groups.io/g/devel/message/106988 Mute This Topic: https://groups.io/mt/100212103/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-