commit | d257221854f0b34cca3247e6c45344d0470f7398 | [log] [tgz] |
---|---|---|
author | Graham Williams <gwilli@broadcom.com> | Wed Aug 28 16:36:14 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 30 11:10:36 2013 -0700 |
tree | b9886ffc67bc56d06a05abe9dd5d2de570d1e607 | |
parent | 2d17f7fb693bfb197d1e7007f2060deba78ae675 [diff] |
usb: acm gadget: Null termintate strings table 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> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>