linux/drivers/usb/gadget
Javier Martinez Canillas 3112fdde68 usb: gadget: use IS_ENABLED() instead of checking for built-in or module
The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either
built-in or as a module, use that macro instead of open coding the same.

Using the macro makes the code more readable by helping abstract away some
of the Kconfig built-in and module enable details.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-02 14:36:33 +02:00
..
function usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSG 2016-08-11 15:09:48 +03:00
legacy usb/gadget: fix gadgetfs aio support. 2016-08-11 15:09:47 +03:00
udc usb: gadget: use IS_ENABLED() instead of checking for built-in or module 2016-09-02 14:36:33 +02:00
composite.c usb: gadget: composite: Fix return value in case of error 2016-08-11 15:09:46 +03:00
config.c usb: Use (foo *) instead of (foo*). 2016-06-21 11:16:15 +03:00
configfs.c usb: gadget: configfs: add mutex lock before unregister gadget 2016-08-11 15:09:44 +03:00
configfs.h
epautoconf.c
functions.c
Kconfig usb: gadget: storage: increase maximum storage num buffers 2016-06-20 12:30:03 +03:00
Makefile
u_f.c
u_f.h
u_os_desc.h
usbstring.c