Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203643
b: refs/heads/master
c: 5575044
h: refs/heads/master
i:
  203641: f11f3bf
  203639: c1ea419
v: v3
  • Loading branch information
Yi Zou authored and David S. Miller committed Jul 20, 2010
1 parent 5489420 commit 172e0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5e09d7f6305fc9a1141bef116c7c02756d3bfa16
refs/heads/master: 5575044661cfccd8b2f6e244031ef54499aa1dbb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid,
}

/* alloc the udl from our ddp pool */
ddp->udl = pci_pool_alloc(fcoe->pool, GFP_KERNEL, &ddp->udp);
ddp->udl = pci_pool_alloc(fcoe->pool, GFP_ATOMIC, &ddp->udp);
if (!ddp->udl) {
e_err(drv, "failed allocated ddp context\n");
goto out_noddp_unmap;
Expand Down

0 comments on commit 172e0ec

Please sign in to comment.