Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335700
b: refs/heads/master
c: f0e3e35
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent c068437 commit 58a2f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d99e65bda806f49e192dd31e9b01959974dea3cd
refs/heads/master: f0e3e35c9049087172c65302b42da8fe7ebb63a8
3 changes: 1 addition & 2 deletions trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ static void keyspan_release(struct usb_serial *serial)
static int keyspan_port_probe(struct usb_serial_port *port)
{
struct usb_serial *serial = port->serial;
struct keyspan_port_private *s_priv;
struct keyspan_serial_private *s_priv;
struct keyspan_port_private *p_priv;
const struct keyspan_device_details *d_details;
struct callbacks *cback;
Expand All @@ -2445,7 +2445,6 @@ static int keyspan_port_probe(struct usb_serial_port *port)
if (!p_priv)
return -ENOMEM;

s_priv = usb_get_serial_data(port->serial);
p_priv->device_details = d_details;

/* Setup values for the various callback routines */
Expand Down

0 comments on commit 58a2f42

Please sign in to comment.