~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to drivers/usb/serial/keyspan.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1670
1670
        d_details = s_priv->device_details;
1671
1671
        device_port = port->number - port->serial->minor;
1672
1672
 
1673
 
        outcont_urb = d_details->outcont_endpoints[port->number];
 
1673
        outcont_urb = d_details->outcont_endpoints[device_port];
1674
1674
        this_urb = p_priv->outcont_urb;
1675
1675
 
1676
1676
        dbg("%s - endpoint %d", __func__, usb_pipeendpoint(this_urb->pipe));