Commit 34cfabe1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB - fix a compiler warning in the core code

This removes a compiler warning due to my previous patch.
parent 5b9eff91
......@@ -2587,7 +2587,7 @@ int usb_string(struct usb_device *dev, int index, char *buf, size_t size)
#define SET_ADDRESS_RETRYS 2
int usb_new_device(struct usb_device *dev)
{
int err;
int err = 0;
int i;
int j;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment