From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 A25B7211BA47C for ; Mon, 11 Jun 2018 20:36:38 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2018 20:36:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,213,1526367600"; d="scan'208";a="58456164" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.10]) by orsmga003.jf.intel.com with ESMTP; 11 Jun 2018 20:36:37 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Ard Biesheuvel , Star Zeng , Eric Dong Date: Tue, 12 Jun 2018 11:36:32 +0800 Message-Id: <20180612033634.35404-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH 0/2] Adjust DEBUG prints level for SD/NVMe BlockIo services X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2018 03:36:38 -0000 For the SdDxe and NvmExpressDxe drivers, adjust the level of I/O information related DEBUG prints to DEBUG_BLKIO. Cc: Ard Biesheuvel Cc: Star Zeng Cc: Eric Dong Hao Wu (2): MdeModulePkg/NvmExpressDxe: Adjust R/W DEBUG prints to BLKIO level MdeModulePkg/SdDxe: Demote DEBUG print to DEBUG_BLKIO MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c | 10 +++++----- MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) -- 2.12.0.windows.1