From patchwork Mon Jun 10 11:35:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 17731 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qa0-f70.google.com (mail-qa0-f70.google.com [209.85.216.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id D454425DF9 for ; Mon, 10 Jun 2013 11:50:51 +0000 (UTC) Received: by mail-qa0-f70.google.com with SMTP id cr7sf3931819qab.9 for ; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=JqKkdjew0BvOma8mQEVGovue6L5KWKPKyH+7SlQjAkU=; b=oHGVVYBslrKlLeFgCKx/atM2Pt0YWezq0t938Teouabqp6Qnm81JCW897rkQO9Zr5m 6z0UUd59e7G0H7Ng0VrneKJ+iuS814pBawrPWqIHkbxuK4uVS1mKzX7cB61yRQERYWqs fPNfA0H/E+0wtcTb6wcGprPqpwK16ALRZ9xbHM7IU6vPdzZrIvwGkKkLR1Sb4TToN1Gm dNqdpxY63uhsu1socUzXQqHjJ9PziCK/twkSKN86cJz1F8yr1F4BLoB//EjqRKYtKpvx J1a1VGSOFAuwkxKNVdBnAotaZ3w2fLSfi4h0jgunr877myTOWHukn39FTf3xdyJOr1yt WTnw== X-Received: by 10.224.215.68 with SMTP id hd4mr8297965qab.5.1370865051528; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.5.8 with SMTP id o8ls2662118qeo.24.gmail; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) X-Received: by 10.220.205.67 with SMTP id fp3mr5302601vcb.43.1370865051306; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) Received: from mail-vb0-x22c.google.com (mail-vb0-x22c.google.com [2607:f8b0:400c:c02::22c]) by mx.google.com with ESMTPS id e8si4697530vcy.64.2013.06.10.04.50.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 04:50:51 -0700 (PDT) Received-SPF: neutral (google.com: 2607:f8b0:400c:c02::22c is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=2607:f8b0:400c:c02::22c; Received: by mail-vb0-f44.google.com with SMTP id e15so596395vbg.17 for ; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) X-Received: by 10.58.173.36 with SMTP id bh4mr5389650vec.9.1370865051194; Mon, 10 Jun 2013 04:50:51 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.10.206 with SMTP id pb14csp64992vcb; Mon, 10 Jun 2013 04:50:50 -0700 (PDT) X-Received: by 10.68.135.35 with SMTP id pp3mr3103683pbb.116.1370865050105; Mon, 10 Jun 2013 04:50:50 -0700 (PDT) Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by mx.google.com with ESMTPS id ol10si4673810pbb.184.2013.06.10.04.50.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 04:50:50 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.192.178 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.192.178; Received: by mail-pd0-f178.google.com with SMTP id w11so2917875pde.37 for ; Mon, 10 Jun 2013 04:50:49 -0700 (PDT) X-Received: by 10.68.0.131 with SMTP id 3mr9536852pbe.124.1370865049645; Mon, 10 Jun 2013 04:50:49 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id rn7sm10242037pbc.12.2013.06.10.04.50.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 04:50:48 -0700 (PDT) From: Tushar Behera To: linux-kernel@vger.kernel.org Cc: thierry.reding@gmail.com, patches@linaro.org, linux-usb@vger.kernel.org, Felipe Balbi Subject: [PATCH 14/15] usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resource Date: Mon, 10 Jun 2013 17:05:12 +0530 Message-Id: <1370864113-17895-15-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370864113-17895-1-git-send-email-tushar.behera@linaro.org> References: <1370864113-17895-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQmpN6ksBRW8ipsTqEo+CzyJKo7sF6XogOLoS6d3+oFfjwWpOvNv+ihOx8YaXSBHCcu+hBYB X-Original-Sender: tushar.behera@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:400c:c02::22c is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()") introduced devm_ioremap_resource() and deprecated the use of devm_request_and_ioremap(). Signed-off-by: Tushar Behera CC: linux-usb@vger.kernel.org CC: Felipe Balbi --- drivers/usb/phy/phy-rcar-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-rcar-usb.c b/drivers/usb/phy/phy-rcar-usb.c index a35681b..23c3dd3 100644 --- a/drivers/usb/phy/phy-rcar-usb.c +++ b/drivers/usb/phy/phy-rcar-usb.c @@ -161,7 +161,7 @@ static int rcar_usb_phy_probe(struct platform_device *pdev) * CAUTION * * Because this phy address is also mapped under OHCI/EHCI address area, - * this driver can't use devm_request_and_ioremap(dev, res) here + * this driver can't use devm_ioremap_resource(dev, res) here */ reg0 = devm_ioremap_nocache(dev, res0->start, resource_size(res0)); reg1 = devm_ioremap_nocache(dev, res1->start, resource_size(res1));