From patchwork Wed Aug 22 07:37:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 144810 Delivered-To: patch@linaro.org Received: by 2002:a2e:164a:0:0:0:0:0 with SMTP id 10-v6csp383014ljw; Wed, 22 Aug 2018 00:37:43 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxmQbW6XcFpuurF2cYziW9efGVZkwE6JdfIPEzD/tZgAwDXuwiS8tdxj5qY4kbyS+SPh33b X-Received: by 2002:a62:3184:: with SMTP id x126-v6mr56613255pfx.49.1534923463563; Wed, 22 Aug 2018 00:37:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534923463; cv=none; d=google.com; s=arc-20160816; b=RT2r558GO0E4xJjApFYDqC/Vy9rC/ihJreRGnZmblWZYvqQjYplwR15kBkc0JSD1R5 4LI3YbEOsIJNP1dnobcLwUpEl5qNVUiFtAYH42ycnuGPhuWMPtACtcst3RIbn1us0b5S MXoHIAI2IKUAxj/KZP7hSF3zeeDDzfAJ74fmc0Y9Nj9c9J2bIfQQSIIdjUviRErGDqLj AMHuizNL9U+gTD4I7GLF/6yf9Mnbv0E/iOvfIyCj2enztKyXflbb9q1VxbgH4SovNYgm zJDxPgJiyurTpohHhITQ0+syqf5kB9M7zprVco/dcXk9lpo8EWP9p5q8Xl5Xo600+VlA 7Z8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=W1Wc/y6sxFoHgmEbzgZKqNzqXN1hwjr7+gU9I65xRKU=; b=k7wl9T03ekxOEE1bJNIwVQYsm3frl2W5IZnQotXsMjnx+S51y7CGa7ZHy3iL1FeWX9 Jw6qZKSrTGE6Ow0UKwxvfRlz02uVwQsL1KFYrunNotTiVcyBu+8V0ccj/NWcjFmsasX+ gTs2+orcXPK2qs/zrwYIYp7VLPCyHfru/8GeELPp/qdtYDIHWecg7Us57Fj2frYikrs6 9AGUu0SqcdYYwWeYyWkSK0fmJ7TkgpW88JfFYZ/pOEg3HLfmimoU4YD1+BNxI00W1Ibi 7g3qgCSTEbHhb3FJ+YEA3emme/5YfPta0NuraOW8eZVZd27xDgSHmhT3Pxe6Y+/8Vq6X LHLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v9-v6si1178434pfg.123.2018.08.22.00.37.43; Wed, 22 Aug 2018 00:37:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728420AbeHVLBQ (ORCPT + 6 others); Wed, 22 Aug 2018 07:01:16 -0400 Received: from mx.socionext.com ([202.248.49.38]:47191 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728174AbeHVLBP (ORCPT ); Wed, 22 Aug 2018 07:01:15 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 22 Aug 2018 16:37:33 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 8B94F180237; Wed, 22 Aug 2018 16:37:33 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 22 Aug 2018 16:37:33 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id CC26C1A0E11; Wed, 22 Aug 2018 16:37:32 +0900 (JST) From: Kunihiko Hayashi To: Tejun Heo , Hans de Goede , Rob Herring , Mark Rutland , linux-ide@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH 14/14] ata: ahci_xgene: add second argument of ahci_platform_get_resources() Date: Wed, 22 Aug 2018 16:37:10 +0900 Message-Id: <1534923430-9692-15-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1534923430-9692-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1534923430-9692-1-git-send-email-hayashi.kunihiko@socionext.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Adding a flag to indicate whether acqiring the optional resources as the second argument of ahci_platform_get_resources(), add the argument as initial value 0. Cc: Hans de Goede Signed-off-by: Kunihiko Hayashi --- drivers/ata/ahci_xgene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c index ad58da7..7e157e1 100644 --- a/drivers/ata/ahci_xgene.c +++ b/drivers/ata/ahci_xgene.c @@ -759,7 +759,7 @@ static int xgene_ahci_probe(struct platform_device *pdev) &xgene_ahci_v2_port_info }; int rc; - hpriv = ahci_platform_get_resources(pdev); + hpriv = ahci_platform_get_resources(pdev, 0); if (IS_ERR(hpriv)) return PTR_ERR(hpriv);