Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294122
b: refs/heads/master
c: c13ccfc
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Mar 10, 2012
1 parent 47144f7 commit 46e3c46
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: 6503de65459da619d3ade0824c9cc17ea0a57141
refs/heads/master: c13ccfcf66b2e70f8d01f7fe7e1e20ba60e733e1
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ static int sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id,
if (function == SBP2_LOGOUT_REQUEST && fw_device_is_shutdown(device))
return 0;

orb = kzalloc(sizeof(*orb), GFP_ATOMIC);
orb = kzalloc(sizeof(*orb), GFP_NOIO);
if (orb == NULL)
return -ENOMEM;

Expand Down

0 comments on commit 46e3c46

Please sign in to comment.