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

« back to all changes in this revision

Viewing changes to drivers/net/rrunner.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:
1425
1425
                if (!(new_skb = dev_alloc_skb(len + 8))) {
1426
1426
                        dev_kfree_skb(skb);
1427
1427
                        netif_wake_queue(dev);
1428
 
                        return -EBUSY;
 
1428
                        return NETDEV_TX_OK;
1429
1429
                }
1430
1430
                skb_reserve(new_skb, 8);
1431
1431
                skb_put(new_skb, len);