mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dm: usb: Add a terminator to the string destructor list
The terminator is missing. Add it for completeness. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Tested-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
07d260e047
commit
093f2dce44
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ static struct usb_string hub_strings[] = {
|
|||
{STRING_MANUFACTURER, "sandbox"},
|
||||
{STRING_PRODUCT, "hub"},
|
||||
{STRING_SERIAL, "2345"},
|
||||
{},
|
||||
};
|
||||
|
||||
static struct usb_device_descriptor hub_device_desc = {
|
||||
|
|
Loading…
Add table
Reference in a new issue