~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/net/7990.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
        unsigned long flags;
542
542
 
543
543
        if (!TX_BUFFS_AVAIL)
544
 
                return -1;
 
544
                return NETDEV_TX_LOCKED;
545
545
 
546
546
        netif_stop_queue (dev);
547
547