[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140725084249.GB29564@MrMyself>
Date: Fri, 25 Jul 2014 16:42:50 +0800
From: Nicolin Chen <Guangyu.Chen@...escale.com>
To: Varka Bhadram <varkabhadram@...il.com>
CC: Nicolin Chen <nicoleotsuka@...il.com>, <broonie@...nel.org>,
<robh+dt@...nel.org>, <pawel.moll@....com>, <mark.rutland@....com>,
<ijc+devicetree@...lion.org.uk>, <galak@...eaurora.org>,
<rdunlap@...radead.org>, <lgirdwood@...il.com>, <perex@...ex.cz>,
<tiwai@...e.de>, <timur@...i.org>, <grant.likely@...aro.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<alsa-devel@...a-project.org>, <linuxppc-dev@...ts.ozlabs.org>,
<shawn.guo@...aro.org>, <b02247@...escale.com>,
<b42378@...escale.com>, <tklauser@...tanz.ch>
Subject: Re: [PATCH v4 2/2] ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and
platform drivers
On Fri, Jul 25, 2014 at 02:13:10PM +0530, Varka Bhadram wrote:
> On 07/25/2014 01:27 PM, Nicolin Chen wrote:
> >>>+ if (IS_ERR(asrc_priv->regmap)) {
> >>>+ dev_err(&pdev->dev, "failed to init regmap\n");
> >>>+ return PTR_ERR(asrc_priv->regmap);
> >>>+ }
> >>>+
> >>>+ irq = platform_get_irq(pdev, 0);
> >>>+ if (irq < 0) {
> >>>+ dev_err(&pdev->dev, "no irq for node %s\n", np->full_name);
> >>>+ return irq;
> >>>+ }
> >>>+
> >>>+ ret = devm_request_irq(&pdev->dev, irq, fsl_asrc_isr, 0,
> >>>+ asrc_priv->name, asrc_priv);
> >>same...
> >Sorry I don't see any problem with this devm_request_irq()...
>
> Ohhh... This is the problem with my email client... Sorry...
No problem. I appreciate your carefulness :)
Thank you,
Nicolin
--
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