Updated to 2.6.32.27
/drivers/usb/misc/iowarrior.c
blob:e75bb87ee92b87f39d67b883bb22f4f77fce3a79 -> blob:02ff0405d746b87aa8e3423d173bf0de1112d3d2
--- drivers/usb/misc/iowarrior.c
+++ drivers/usb/misc/iowarrior.c
@@ -552,6 +552,7 @@ static long iowarrior_ioctl(struct file
/* needed for power consumption */
struct usb_config_descriptor *cfg_descriptor = &dev->udev->actconfig->desc;
+ memset(&info, 0, sizeof(info));
/* directly from the descriptor */
info.vendor = le16_to_cpu(dev->udev->descriptor.idVendor);
info.product = dev->product_id;