All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: "Ivan T. Ivanov" <iivanov@mm-sol.com>
Cc: <balbi@ti.com>, <gregkh@linuxfoundation.org>,
	<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 3/6] usb: phy: msm: Migrate to Managed Device Resource allocation
Date: Mon, 29 Jul 2013 15:25:22 +0300	[thread overview]
Message-ID: <20130729122522.GI24801@radagast> (raw)
In-Reply-To: <1375081464-14206-4-git-send-email-iivanov@mm-sol.com>

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Hi,

On Mon, Jul 29, 2013 at 10:04:21AM +0300, Ivan T. Ivanov wrote:
>  	motg->irq = platform_get_irq(pdev, 0);
> -	if (!motg->irq) {
> +	if (motg->irq < 0) {

looks like this particular hunk isn't part of $subject.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2013-07-29 12:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-29  7:04 [PATCH v2 0/6] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 1/6] usb: phy: msm: Move mach depndend code to platform data Ivan T. Ivanov
2013-07-29  7:04   ` Ivan T. Ivanov
2013-07-29 12:23   ` Felipe Balbi
2013-07-29 12:23     ` Felipe Balbi
2013-07-29 19:02     ` Ivan T. Ivanov
2013-07-29 19:02       ` Ivan T. Ivanov
2013-07-29 17:43   ` David Brown
2013-07-29 17:43     ` David Brown
2013-07-29  7:04 ` [PATCH v2 2/6] usb: phy: msm: move global regulators variables to driver state Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 3/6] usb: phy: msm: Migrate to Managed Device Resource allocation Ivan T. Ivanov
2013-07-29 12:25   ` Felipe Balbi [this message]
2013-08-12  8:52     ` Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 4/6] usb: phy: msm: Remove unnecessarily check for valid regulators Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 5/6] usb: phy: msm: Fix WARNING: quoted string split across lines Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 6/6] usb: phy: msm: Fix WARNING: Prefer seq_puts to seq_printf Ivan T. Ivanov

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=20130729122522.GI24801@radagast \
    --to=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=iivanov@mm-sol.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.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.