Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c8b1992 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e2a3a648
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ static unsigned int fsg_num_buffers = CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS;
 */
 */
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS


#endif /* CONFIG_USB_DEBUG */
#endif /* CONFIG_USB_GADGET_DEBUG_FILES */


FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);
FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);


+1 −1
Original line number Original line Diff line number Diff line
@@ -134,7 +134,7 @@ static unsigned int fsg_num_buffers = CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS;
 */
 */
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS
#define fsg_num_buffers	CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS


#endif /* CONFIG_USB_DEBUG */
#endif /* CONFIG_USB_GADGET_DEBUG_FILES */


FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);
FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);