Re: [PATCH] usb: misc: usb3503: Update error code in print message

From: Greg KH
Date: Mon Jun 23 2014 - 12:18:36 EST


On Mon, Jun 23, 2014 at 11:47:35AM +0530, Tushar Behera wrote:
> On 06/17/2014 04:54 PM, Marek Szyprowski wrote:
> > Hello,
> >
> > On 2014-06-17 13:08, Tushar Behera wrote:
> >> 'err' is uninitialized, rather print the error code directly.
> >>
> >> This also fixes following warning.
> >> drivers/usb/misc/usb3503.c: In function âusb3503_probeâ:
> >> drivers/usb/misc/usb3503.c:195:11: warning: âerrâ may be used
> >> uninitialized
> >> in this function [-Wmaybe-uninitialized]
> >> dev_err(dev, "unable to request refclk (%d)\n", err);
> >>
> >> Signed-off-by: Tushar Behera <tushar.b@xxxxxxxxxxx>
> >
> > Acked-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
> >
>
> Greg,
>
> Would you please pick up this patch?

Give me a chance, it's in my todo queue...

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/