From patchwork Tue Dec 19 05:37:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sinan Kaya X-Patchwork-Id: 10122667 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E83156019C for ; Tue, 19 Dec 2017 08:34:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D4C7128BDB for ; Tue, 19 Dec 2017 08:34:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C95462904D; Tue, 19 Dec 2017 08:34:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6D5FE28BDB for ; Tue, 19 Dec 2017 08:34:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D3AD06E276; Tue, 19 Dec 2017 08:33:47 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23A8B896AF for ; Tue, 19 Dec 2017 05:39:32 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id D540860B22; Tue, 19 Dec 2017 05:39:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1513661972; bh=mIS9RVsCqef/LuYq3QRdYGuH3PtHZqVem2699L/bY/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KbVYR0txQDzw5OHVfLJBp13LT9rVev0RbvzRiRey1mPsvP955EkV6DHcWaQsOL0gI ian5Zi41Y4J+p0wColn36fig0YVHrsZ6+W1U/cw/3l0oAOl3Ma+1p30mfiLgIqh69O cbGv3TFE35KYrEkT6ajwyyYTI8lsO9lO5pr7N6mk= Received: from drakthul.qualcomm.com (global_nat1_iad_fw.qualcomm.com [129.46.232.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: okaya@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 04C6460B14; Tue, 19 Dec 2017 05:39:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1513661972; bh=mIS9RVsCqef/LuYq3QRdYGuH3PtHZqVem2699L/bY/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KbVYR0txQDzw5OHVfLJBp13LT9rVev0RbvzRiRey1mPsvP955EkV6DHcWaQsOL0gI ian5Zi41Y4J+p0wColn36fig0YVHrsZ6+W1U/cw/3l0oAOl3Ma+1p30mfiLgIqh69O cbGv3TFE35KYrEkT6ajwyyYTI8lsO9lO5pr7N6mk= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 04C6460B14 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=okaya@codeaurora.org From: Sinan Kaya To: linux-pci@vger.kernel.org, timur@codeaurora.org Subject: [PATCH V4 21/26] backlight: deprecate pci_get_bus_and_slot() Date: Tue, 19 Dec 2017 00:37:57 -0500 Message-Id: <1513661883-28662-22-git-send-email-okaya@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1513661883-28662-1-git-send-email-okaya@codeaurora.org> References: <1513661883-28662-1-git-send-email-okaya@codeaurora.org> X-Mailman-Approved-At: Tue, 19 Dec 2017 08:33:43 +0000 Cc: Daniel Thompson , Bartlomiej Zolnierkiewicz , linux-arm-msm@vger.kernel.org, "open list:FRAMEBUFFER LAYER" , "open list:FRAMEBUFFER LAYER" , open list , Sinan Kaya , Jingoo Han , Lee Jones , linux-arm-kernel@lists.infradead.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as where a PCI device is present. This restricts the device drivers to be reused for other domain numbers. Getting ready to remove pci_get_bus_and_slot() function in favor of pci_get_domain_bus_and_slot(). Hard-coding the domain as 0. Signed-off-by: Sinan Kaya Acked-by: Jingoo Han Acked-by: Daniel Thompson --- drivers/video/backlight/apple_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/backlight/apple_bl.c b/drivers/video/backlight/apple_bl.c index d843296..6a34ab9 100644 --- a/drivers/video/backlight/apple_bl.c +++ b/drivers/video/backlight/apple_bl.c @@ -143,7 +143,7 @@ static int apple_bl_add(struct acpi_device *dev) struct pci_dev *host; int intensity; - host = pci_get_bus_and_slot(0, 0); + host = pci_get_domain_bus_and_slot(0, 0, 0); if (!host) { pr_err("unable to find PCI host\n");