LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Opensource [Adam Thomson]" <Adam.Thomson.Opensource@diasemi.com>
To: Hartmut Knaack <knaack.h@gmx.de>,
"Opensource [Adam Thomson]" <Adam.Thomson.Opensource@diasemi.com>,
Lee Jones <lee.jones@linaro.org>,
Samuel Ortiz <sameo@linux.intel.com>,
Jonathan Cameron <jic23@kernel.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
Sebastian Reichel <sre@kernel.org>,
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
"David Woodhouse" <dwmw2@infradead.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
"Grant Likely" <grant.likely@linaro.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
"Joe Perches" <joe@perches.com>,
"linux-api@vger.kernel.org" <linux-api@vger.kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Support Opensource" <Support.Opensource@diasemi.com>
Subject: RE: [PATCH v4 3/8] iio: Add support for DA9150 GPADC
Date: Mon, 8 Dec 2014 13:23:07 +0000 [thread overview]
Message-ID: <2E89032DDAA8B9408CB92943514A0337AB52290B@SW-EX-MBX01.diasemi.com> (raw)
In-Reply-To: <5480E7F4.7090808@gmx.de>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 974 bytes --]
On December 04, 2014 23:02, Hartmut Knaack wrote:
> > + indio_dev = devm_iio_device_alloc(&pdev->dev,
> > + sizeof(struct da9150_gpadc));
> BTW: If you use sizeof(*gpadc) instead (like it is usually done as well),
> it will perfectly fit in one line.
I preferred to be explicit that the item is a struct, but really not that fussed
either way. Also have been asked previously in a separate driver to make the
same mod you mention so will update accordingly.
> > + ret = devm_request_threaded_irq(dev, irq, NULL, da9150_gpadc_irq,
> > + IRQF_ONESHOT, "GPADC", gpadc);
> > + if (ret) {
> > + dev_err(dev, "Failed to request IRQ %d: %d\n", irq, ret);
> > + goto iio_map_unreg;
> You need to return ret here, no jump to error out path.
Yes, thanks. Annoyed I missed that in the re-factor. Will fix it.
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next prev parent reply other threads:[~2014-12-08 13:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-25 18:25 [PATCH v4 0/8] Add initial support for DA9150 Charger & Fuel-Gauge IC Adam Thomson
2014-11-25 18:25 ` [PATCH v4 1/8] mfd: Add support for DA9150 combined charger & fuel-gauge device Adam Thomson
2014-11-25 18:25 ` [PATCH v4 2/8] mfd: da9150: Add DT binding documentation for core Adam Thomson
2014-11-25 18:25 ` [PATCH v4 3/8] iio: Add support for DA9150 GPADC Adam Thomson
2014-12-04 23:02 ` Hartmut Knaack
2014-12-08 13:23 ` Opensource [Adam Thomson] [this message]
2014-11-25 18:25 ` [PATCH v4 4/8] iio: da9150: Add DT binding documentation for GPADC Adam Thomson
2014-11-25 18:25 ` [PATCH v4 5/8] power: Add support for DA9150 Charger Adam Thomson
2014-11-25 18:25 ` [PATCH v4 6/8] power: da9150: Add DT binding documentation for charger Adam Thomson
2014-11-25 18:25 ` [PATCH v4 7/8] MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list Adam Thomson
2014-11-25 18:25 ` [PATCH v4 8/8] iio: Add ABI documentation for input current readings Adam Thomson
2014-12-12 11:45 ` Jonathan Cameron
2014-12-12 13:55 ` Opensource [Adam Thomson]
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=2E89032DDAA8B9408CB92943514A0337AB52290B@SW-EX-MBX01.diasemi.com \
--to=adam.thomson.opensource@diasemi.com \
--cc=Support.Opensource@diasemi.com \
--cc=akpm@linux-foundation.org \
--cc=dbaryshkov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jic23@kernel.org \
--cc=joe@perches.com \
--cc=knaack.h@gmx.de \
--cc=lee.jones@linaro.org \
--cc=linux-api@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sameo@linux.intel.com \
--cc=sre@kernel.org \
--subject='RE: [PATCH v4 3/8] iio: Add support for DA9150 GPADC' \
/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
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).