usb: gadget: fix up some comments about CONFIG_USB_DEBUG
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 23:43:10 +0000 (15:43 -0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:46:53 +0000 (11:46 +0900)
commitd072525c4861b471b496b85f1cd233035dba39d0
tree6947bb2a1cfa5bda9de692df1fc664da94f2cd38
parent07cd10a14d2af284fcaacddd00e01dc10df43565
usb: gadget: fix up some comments about CONFIG_USB_DEBUG

These two gadget drivers said that their #endif was for
CONFIG_USB_DEBUG, but they really were not, so fix them up to be
correct.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/acm_ms.c
drivers/usb/gadget/multi.c