commit | ea599655d74e7b00caf83a0d5c056b00d19d7c2a | [log] [tgz] |
---|---|---|
author | Graham Williams <gwilli@broadcom.com> | Wed Aug 28 16:36:14 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Sep 07 22:09:59 2013 -0700 |
tree | 910e02aa155e33f42fdca1ebea43b3d892cf2854 | |
parent | 9c289c0c140b31ce6e3b29898fd1deb80ec04b88 [diff] |
usb: acm gadget: Null termintate strings table commit d257221854f0b34cca3247e6c45344d0470f7398 upstream. The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham Williams <gwilli@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>