From: Tushar Behera <tushar.behera@linaro.org>
To: linux-kernel@vger.kernel.org
Cc: patches@linaro.org, linux-mips@linux-mips.org,
John Crispin <blogic@openwrt.org>,
Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH 1/5] MIPS: ralink: Use devm_ioremap_resource
Date: Thu, 31 Oct 2013 16:38:03 +0530 [thread overview]
Message-ID: <1383217687-12037-2-git-send-email-tushar.behera@linaro.org> (raw)
In-Reply-To: <1383217687-12037-1-git-send-email-tushar.behera@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
CC: linux-mips@linux-mips.org
CC: John Crispin <blogic@openwrt.org>
CC: Ralf Baechle <ralf@linux-mips.org>
---
arch/mips/ralink/timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c
index e49241a..2027857 100644
--- a/arch/mips/ralink/timer.c
+++ b/arch/mips/ralink/timer.c
@@ -126,7 +126,7 @@ static int rt_timer_probe(struct platform_device *pdev)
return -ENOENT;
}
- rt->membase = devm_request_and_ioremap(&pdev->dev, res);
+ rt->membase = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(rt->membase))
return PTR_ERR(rt->membase);
--
1.7.9.5
next prev parent reply other threads:[~2013-10-31 11:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-31 11:08 [PATCH 0/5] Remove remaining instances of devm_request_and_ioremap Tushar Behera
2013-10-31 11:08 ` Tushar Behera [this message]
2013-10-31 11:08 ` [PATCH 2/5] DRM: Armada: Use devm_ioremap_resource Tushar Behera
2013-10-31 15:12 ` Russell King - ARM Linux
2013-10-31 11:08 ` [PATCH 3/5] iommu/arm-smmu: " Tushar Behera
2013-10-31 15:59 ` Will Deacon
2013-10-31 11:08 ` [PATCH 4/5] watchdog: ralink: " Tushar Behera
2013-11-01 21:10 ` Guenter Roeck
2013-10-31 11:08 ` [PATCH 5/5] lib: devres: Remove deprecated devm_request_and_ioremap Tushar Behera
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383217687-12037-2-git-send-email-tushar.behera@linaro.org \
--to=tushar.behera@linaro.org \
--cc=blogic@openwrt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=patches@linaro.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).