]> Pileus Git - ~andy/linux/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)
commit5b022849c84d426a2a365d916b5015b3bf6ad9db
treead820879cea1c8b7ce30069906a447668d1cd9fa
parent8ed1fb790ea24bb223e3b30e2b22bccf5b0a76c9
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