Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236415
b: refs/heads/master
c: 251c72f
h: refs/heads/master
i:
  236413: 6df3efc
  236411: a2c1ed9
  236407: 5749a0e
  236399: af582c4
  236383: 3def2cf
  236351: 697f60a
  236287: f19aec5
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 788a78f commit 01f6e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2dd9017b47bb932d0f6c9a9e529b55b106ad0bd2
refs/heads/master: 251c72f84ae300465c7b5ca5688b51f392ee646f
8 changes: 4 additions & 4 deletions trunk/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,14 +902,14 @@ static int ft1000_reset(struct net_device *dev)
static void ft1000_usb_transmit_complete(struct urb *urb)
{

struct ft1000_device *ft1000dev = urb->context;
struct ft1000_device *ft1000dev = urb->context;

//DEBUG("ft1000_usb_transmit_complete entered\n");

if (urb->status)
printk("%s: TX status %d\n", ft1000dev->net->name, urb->status);
if (urb->status)
pr_err("%s: TX status %d\n", ft1000dev->net->name, urb->status);

netif_wake_queue(ft1000dev->net);
netif_wake_queue(ft1000dev->net);

//DEBUG("Return from ft1000_usb_transmit_complete\n");
}
Expand Down

0 comments on commit 01f6e42

Please sign in to comment.