From patchwork Tue Feb 7 10:39:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 139896 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 816971007D2 for ; Tue, 7 Feb 2012 21:39:21 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RuiSG-0007m9-8I for incoming@patchwork.ozlabs.org; Tue, 07 Feb 2012 10:39:20 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RuiSE-0007lI-Lj for fwts-devel@lists.ubuntu.com; Tue, 07 Feb 2012 10:39:18 +0000 Received: from [210.242.151.101] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RuiSE-00030q-1s; Tue, 07 Feb 2012 10:39:18 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] pcie: aspm: use FWTS_ROOT_PRIV flag Date: Tue, 7 Feb 2012 18:39:13 +0800 Message-Id: <1328611153-2755-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 1.7.5.4 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Alex Hung Acked-by: Colin King Acked-by: Keng-Yu Lin --- src/pci/aspm/aspm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pci/aspm/aspm.c b/src/pci/aspm/aspm.c index 0f062f5..db82718 100644 --- a/src/pci/aspm/aspm.c +++ b/src/pci/aspm/aspm.c @@ -75,4 +75,4 @@ static fwts_framework_ops aspm_ops = { .minor_tests = aspm_tests }; -FWTS_REGISTER(aspm, &aspm_ops, FWTS_TEST_ANYTIME, FWTS_BATCH); +FWTS_REGISTER(aspm, &aspm_ops, FWTS_TEST_ANYTIME, FWTS_BATCH | FWTS_ROOT_PRIV);