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

« back to all changes in this revision

Viewing changes to drivers/dma/ste_dma40.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:
1393
1393
                        return;
1394
1394
                }
1395
1395
 
1396
 
                if (d40_queue_start(d40c) == NULL)
 
1396
                if (d40_queue_start(d40c) == NULL) {
1397
1397
                        d40c->busy = false;
1398
 
                pm_runtime_mark_last_busy(d40c->base->dev);
1399
 
                pm_runtime_put_autosuspend(d40c->base->dev);
 
1398
 
 
1399
                        pm_runtime_mark_last_busy(d40c->base->dev);
 
1400
                        pm_runtime_put_autosuspend(d40c->base->dev);
 
1401
                }
 
1402
 
1400
1403
        }
1401
1404
 
1402
1405
        d40c->pending_tx++;