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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:26:56 +0000 (07:26 +0200)
commit03d8bc6bc945481cba836e89744b614729840501
treedc11293dade07f0802a544728d05b0fc5338dbb3
parentecf0b40a89eb9f7d7b89c27105c61be3193bdc2f
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