Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235344
b: refs/heads/master
c: 91f58ae
h: refs/heads/master
v: v3
  • Loading branch information
Huzaifa Sidhpurwala authored and Greg Kroah-Hartman committed Feb 25, 2011
1 parent 1ea15a2 commit 3c2b07b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d866150a1914453c3d57689adfd8d01bf741d9d4
refs/heads/master: 91f58ae61913b40da35e119017e70b3420c6f3a0
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/mos7720.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ static int mos7720_startup(struct usb_serial *serial)
struct usb_device *dev;
int i;
char data;
u16 product = le16_to_cpu(serial->dev->descriptor.idProduct);
u16 product;
int ret_val;

dbg("%s: Entering ..........", __func__);
Expand All @@ -2062,6 +2062,7 @@ static int mos7720_startup(struct usb_serial *serial)
return -ENODEV;
}

product = le16_to_cpu(serial->dev->descriptor.idProduct);
dev = serial->dev;

/*
Expand Down

0 comments on commit 3c2b07b

Please sign in to comment.