From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7E1712195407C for ; Sun, 23 Apr 2017 22:58:40 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2017 22:58:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,243,1488873600"; d="scan'208";a="80194974" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga004.jf.intel.com with ESMTP; 23 Apr 2017 22:58:39 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu Date: Mon, 24 Apr 2017 13:58:35 +0800 Message-Id: <20170424055837.8624-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH v2 0/2] MdeModulePkg/UfsPciHc: Code refinements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 05:58:40 -0000 V2 changes: Remove assigning the result of restoring original PCI attributes to 'Status'. V1 history: 1. Remove unused field in UfsHc private struct 2. Avoid overriding return value in BindingStart Hao Wu (2): MdeModulePkg/UfsPciHc: Remove unused field in UfsHc private struct MdeModulePkg/UfsPciHc: Avoid overriding return value in BindingStart MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.c | 16 +++++++--------- MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.h | 5 ++--- 2 files changed, 9 insertions(+), 12 deletions(-) -- 2.12.0.windows.1