Re: [PATCH] USB: misc: usb3503: add dt support

From: Greg Kroah-Hartman
Date: Thu Jan 24 2013 - 17:02:56 EST


On Thu, Jan 24, 2013 at 02:47:10AM +0900, Dongjin Kim wrote:
> Added device tree support for usb3503 driver and add new document with device tree binding information.
>
> Signed-off-by: Dongjin Kim <tobetter@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/usb/usb3503.txt | 20 +++++++++++++
> drivers/usb/misc/usb3503.c | 31 +++++++++++++++++----
> 2 files changed, 46 insertions(+), 5 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/usb/usb3503.txt

I've applied this, but now we have the compiler warning:
drivers/usb/misc/usb3503.c: In function âusb3503_probeâ:
drivers/usb/misc/usb3503.c:215:13: warning: âmodeâ may be used uninitialized in this function [-Wuninitialized]

Please send a follow-on patch to fix this up.

greg k-h
--
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/