Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/drivers/net/usb/hso.c
blob:43bc3fcc0d8523e837a07dcd40f3b3ca738fe218 -> blob:f450bc9a89ac23851a3889594e3bebb7b67a43c7
--- drivers/net/usb/hso.c
+++ drivers/net/usb/hso.c
@@ -1634,6 +1634,8 @@ static int hso_get_count(struct hso_seri
struct uart_icount cnow;
struct hso_tiocmget *tiocmget = serial->tiocmget;
+ memset(&icount, 0, sizeof(struct serial_icounter_struct));
+
if (!tiocmget)
return -ENOENT;
spin_lock_irq(&serial->serial_lock);