On Tuesday 26 February 2013 07:20 PM, Felipe Balbi wrote:
On Tue, Feb 26, 2013 at 07:17:30PM +0530, kishon wrote:
Hi Felipe,
On Tuesday 26 February 2013 03:04 PM, Felipe Balbi wrote:
OMAP5 won't support non-DT boot, so instead of:
if (node)
foo();
return 0;
which returns zero even on non-DT boot, we have
to bail out early if node isn't a valid pointer:
if (!node)
return -ENODEV;
foo();
return 0;
Signed-off-by: Felipe Balbi <balbi@xxxxxx>
One of my previous patch which was doing this somehow got missed
getting merged along with a couple of other patches. I've listed
those patches here
[PATCH v3 06/11] usb: dwc3-omap: Minor fixes to get dt working
[PATCH v3 07/11] usb: dwc3-omap: remove platform data associated with
dwc3-omap
[PATCH v3 08/11] usb: dwc3-omap: stop using nop-usb-xceiv
please resend them
Ok.
Thanks
Kishon
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html