[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131101211047.GB18305@roeck-us.net>
Date: Fri, 1 Nov 2013 14:10:47 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Tushar Behera <tushar.behera@...aro.org>
Cc: linux-kernel@...r.kernel.org, patches@...aro.org,
linux-watchdog@...r.kernel.org, Wim Van Sebroeck <wim@...ana.be>
Subject: Re: [PATCH 4/5] watchdog: ralink: Use devm_ioremap_resource
On Thu, Oct 31, 2013 at 04:38:06PM +0530, Tushar Behera wrote:
> Signed-off-by: Tushar Behera <tushar.behera@...aro.org>
> CC: linux-watchdog@...r.kernel.org
> CC: Wim Van Sebroeck <wim@...ana.be>
> ---
> drivers/watchdog/rt2880_wdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/rt2880_wdt.c b/drivers/watchdog/rt2880_wdt.c
> index a9f8491..53d37fe 100644
> --- a/drivers/watchdog/rt2880_wdt.c
> +++ b/drivers/watchdog/rt2880_wdt.c
> @@ -144,7 +144,7 @@ static int rt288x_wdt_probe(struct platform_device *pdev)
> int ret;
>
> res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> - rt288x_wdt_base = devm_request_and_ioremap(&pdev->dev, res);
> + rt288x_wdt_base = devm_ioremap_resource(&pdev->dev, res);
> if (IS_ERR(rt288x_wdt_base))
> return PTR_ERR(rt288x_wdt_base);
>
Wim already applied a similar patch from Wei Yongjun to his -next tree
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists