]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerFelipe Balbi <balbi@ti.com>
Fri, 20 Dec 2013 15:51:24 +0000 (09:51 -0600)
commitd831077d208b008acb0b3f73b76cd1b072ad9e1e
treead820879cea1c8b7ce30069906a447668d1cd9fa
parentf9a8cef1598bb40c49e1c5cbd1cfc179e7f6d1ee
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