Re: [PATCH v3 12/13] usb: phy: msm: Properly check core interrupt number

2013-10-15 Thread Ivan T. Ivanov
On Mon, 2013-10-14 at 17:59 -0500, Felipe Balbi wrote: > On Mon, Oct 14, 2013 at 06:24:39PM +0300, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > IRQ with number 0 is valid case, so check for negative > > not entirelly correct... IRQ 0 isn't supposed to be used as a linux IRQ > number

Re: [PATCH v3 12/13] usb: phy: msm: Properly check core interrupt number

2013-10-14 Thread Felipe Balbi
On Mon, Oct 14, 2013 at 06:24:39PM +0300, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" > > IRQ with number 0 is valid case, so check for negative not entirelly correct... IRQ 0 isn't supposed to be used as a linux IRQ number IIRC. > numbers instead. > > Signed-off-by: Ivan T. Ivanov > --- >

[PATCH v3 12/13] usb: phy: msm: Properly check core interrupt number

2013-10-14 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" IRQ with number 0 is valid case, so check for negative numbers instead. Signed-off-by: Ivan T. Ivanov --- drivers/usb/phy/phy-msm-usb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c in