All of lore.kernel.org
 help / color / mirror / Atom feed
From: b.galvani@gmail.com (Beniamino Galvani)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] media: rc: add driver for Amlogic Meson IR remote receiver
Date: Tue, 11 Nov 2014 12:18:39 +0100	[thread overview]
Message-ID: <20141111111839.GA17620@gmail.com> (raw)
In-Reply-To: <20141109203608.GA837@gofer.mess.org>

On Sun, Nov 09, 2014 at 08:36:09PM +0000, Sean Young wrote:
> > [...]
> > +	dev_info(dev, "receiver initialized\n");
> > +
> > +	return 0;
> > +out_unreg:
> > +	rc_unregister_device(ir->rc);
> 
> rc_unregister_device() already calls rc_free_device().

Right, I will fix this.

Thanks,
Beniamino

WARNING: multiple messages have this Message-ID (diff)
From: Beniamino Galvani <b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Sean Young <sean-hENCXIMQXOg@public.gmane.org>
Cc: Mauro Carvalho Chehab
	<m.chehab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Jerry Cao <jerry.cao-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>,
	Victor Wan <victor.wan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH v2 2/3] media: rc: add driver for Amlogic Meson IR remote receiver
Date: Tue, 11 Nov 2014 12:18:39 +0100	[thread overview]
Message-ID: <20141111111839.GA17620@gmail.com> (raw)
In-Reply-To: <20141109203608.GA837-3XSxi2G4b3iXFJAUJl40Xg@public.gmane.org>

On Sun, Nov 09, 2014 at 08:36:09PM +0000, Sean Young wrote:
> > [...]
> > +	dev_info(dev, "receiver initialized\n");
> > +
> > +	return 0;
> > +out_unreg:
> > +	rc_unregister_device(ir->rc);
> 
> rc_unregister_device() already calls rc_free_device().

Right, I will fix this.

Thanks,
Beniamino
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Beniamino Galvani <b.galvani@gmail.com>
To: Sean Young <sean@mess.org>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>,
	linux-media@vger.kernel.org, Carlo Caione <carlo@caione.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@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>,
	Jerry Cao <jerry.cao@amlogic.com>,
	Victor Wan <victor.wan@amlogic.com>
Subject: Re: [PATCH v2 2/3] media: rc: add driver for Amlogic Meson IR remote receiver
Date: Tue, 11 Nov 2014 12:18:39 +0100	[thread overview]
Message-ID: <20141111111839.GA17620@gmail.com> (raw)
In-Reply-To: <20141109203608.GA837@gofer.mess.org>

On Sun, Nov 09, 2014 at 08:36:09PM +0000, Sean Young wrote:
> > [...]
> > +	dev_info(dev, "receiver initialized\n");
> > +
> > +	return 0;
> > +out_unreg:
> > +	rc_unregister_device(ir->rc);
> 
> rc_unregister_device() already calls rc_free_device().

Right, I will fix this.

Thanks,
Beniamino

  reply	other threads:[~2014-11-11 11:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-09  8:32 [PATCH v2 0/3] media: rc: add support for Amlogic Meson IR receiver Beniamino Galvani
2014-11-09  8:32 ` Beniamino Galvani
2014-11-09  8:32 ` [PATCH v2 1/3] media: rc: meson: document device tree bindings Beniamino Galvani
2014-11-09  8:32   ` Beniamino Galvani
2014-11-09  8:32 ` [PATCH v2 2/3] media: rc: add driver for Amlogic Meson IR remote receiver Beniamino Galvani
2014-11-09  8:32   ` Beniamino Galvani
2014-11-09 20:36   ` Sean Young
2014-11-09 20:36     ` Sean Young
2014-11-11 11:18     ` Beniamino Galvani [this message]
2014-11-11 11:18       ` Beniamino Galvani
2014-11-11 11:18       ` Beniamino Galvani
2014-11-09  8:32 ` [PATCH v2 3/3] ARM: dts: meson: add IR receiver node Beniamino Galvani
2014-11-09  8:32   ` Beniamino Galvani

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=20141111111839.GA17620@gmail.com \
    --to=b.galvani@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.