~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to drivers/net/irda/sir_dev.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
                        break;
223
223
 
224
224
                case SIRDEV_STATE_DONGLE_SPEED:
225
 
                        if (dev->dongle_drv->reset) {
 
225
                        if (dev->dongle_drv->set_speed) {
226
226
                                ret = dev->dongle_drv->set_speed(dev, fsm->param);
227
227
                                if (ret < 0) {
228
228
                                        fsm->result = ret;