mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
[PATCH] USB: fix gadget_is_musbhdrc()
I submitted the wrong version of the patch teaching about the driver for Mentor's Highspeed Dual Role Controller (HDRC), whoops! This uses the right name for that driver. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
89ccbdc91b
commit
42795410c3
@ -100,9 +100,9 @@
|
|||||||
#define gadget_is_musbhsfc(g) 0
|
#define gadget_is_musbhsfc(g) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Mentor high speed "dual role" controller, peripheral mode */
|
/* Mentor high speed "dual role" controller, in peripheral role */
|
||||||
#ifdef CONFIG_USB_GADGET_MUSBHDRC
|
#ifdef CONFIG_USB_GADGET_MUSB_HDRC
|
||||||
#define gadget_is_musbhdrc(g) !strcmp("musbhdrc_udc", (g)->name)
|
#define gadget_is_musbhdrc(g) !strcmp("musb_hdrc", (g)->name)
|
||||||
#else
|
#else
|
||||||
#define gadget_is_musbhdrc(g) 0
|
#define gadget_is_musbhdrc(g) 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user