From: John Crispin <john@phrozen.org>
To: Wolfram Sang <wsa@the-dreams.de>, linux-kernel@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: [PATCH 1/7] arch/mips/lantiq/xway: don't check resource with devm_ioremap_resource
Date: Tue, 14 Jan 2014 13:03:34 +0100 [thread overview]
Message-ID: <52D52796.3030509@phrozen.org> (raw)
In-Reply-To: <1389700739-3696-1-git-send-email-wsa@the-dreams.de>
Hi Wolfgang,
should we take 1/7 and 6/7 via the mips tree ?
John
On 14/01/2014 12:58, Wolfram Sang wrote:
> devm_ioremap_resource does sanity checks on the given resource. No need to
> duplicate this in the driver.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: John Crispin <blogic@openwrt.org>
> ---
>
> Should go via subsystem tree
>
> arch/mips/lantiq/xway/dma.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/mips/lantiq/xway/dma.c b/arch/mips/lantiq/xway/dma.c
> index 08f7ebd..78a91fa 100644
> --- a/arch/mips/lantiq/xway/dma.c
> +++ b/arch/mips/lantiq/xway/dma.c
> @@ -220,10 +220,6 @@ ltq_dma_init(struct platform_device *pdev)
> int i;
>
> res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> - if (!res)
> - panic("Failed to get dma resource");
> -
> - /* remap dma register range */
> ltq_dma_membase = devm_ioremap_resource(&pdev->dev, res);
> if (IS_ERR(ltq_dma_membase))
> panic("Failed to remap dma resource");
next prev parent reply other threads:[~2014-01-14 12:03 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 11:58 [PATCH 1/7] arch/mips/lantiq/xway: don't check resource with devm_ioremap_resource Wolfram Sang
2014-01-14 11:58 ` [PATCH 2/7] drivers/amba: " Wolfram Sang
2014-01-14 13:32 ` Thierry Reding
2014-01-14 17:40 ` Stephen Warren
2014-01-14 18:30 ` Wolfram Sang
2014-02-05 17:18 ` Stephen Warren
2014-01-14 11:58 ` [PATCH 3/7] drivers/gpu/host1x/drm: " Wolfram Sang
2014-01-14 13:40 ` Thierry Reding
2014-01-14 11:58 ` [PATCH 4/7] drivers/pci/host: " Wolfram Sang
2014-01-14 13:17 ` Marek Vasut
2014-01-14 22:32 ` Jingoo Han
2014-01-14 11:58 ` [PATCH 5/7] drivers/usb/dwc3: " Wolfram Sang
2014-01-14 14:15 ` Felipe Balbi
2014-01-14 11:58 ` [PATCH 6/7] arch/mips/pci: " Wolfram Sang
2014-01-14 11:58 ` [PATCH 7/7] drivers/gpio: " Wolfram Sang
2014-01-15 9:28 ` Linus Walleij
2014-01-15 12:54 ` Sekhar Nori
2014-01-15 13:51 ` Linus Walleij
2014-01-15 14:04 ` Sekhar Nori
2014-01-15 15:50 ` Kevin Hilman
2014-01-16 4:29 ` Sekhar Nori
2014-02-03 11:30 ` Grygorii Strashko
2014-01-14 12:03 ` John Crispin [this message]
2014-01-14 12:11 ` [PATCH 1/7] arch/mips/lantiq/xway: " Wolfram Sang
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=52D52796.3030509@phrozen.org \
--to=john@phrozen.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=wsa@the-dreams.de \
/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).