commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=11ee89c528e6b08f885a68f91711a287530f2a96 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Mike Frysinger <[email protected]> --- drivers/usb/gadget/gadget_chips.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/gadget_chips.h b/drivers/usb/gadget/gadget_chips.h index 7220651..286fa42 100644 --- a/drivers/usb/gadget/gadget_chips.h +++ b/drivers/usb/gadget/gadget_chips.h @@ -215,6 +215,7 @@ static inline int usb_gadget_controller_number(struct usb_gadget *gadget) return 0x28; else if (gadget_is_net2272(gadget)) return 0x29; + return -ENOENT; }
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
