Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206826
b: refs/heads/master
c: 56d04cb
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jun 20, 2010
1 parent 98aa6a6 commit 8d14e78
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: ae86e81e434072be28ff4e9c1be3cc2562be8749
refs/heads/master: 56d04cb189f955e5167c27944d61aa57ad69b598
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/core-cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ static void iso_callback(struct fw_iso_context *context, u32 cycle,
struct client *client = data;
struct iso_interrupt_event *e;

e = kzalloc(sizeof(*e) + header_length, GFP_ATOMIC);
e = kmalloc(sizeof(*e) + header_length, GFP_ATOMIC);
if (e == NULL)
return;

Expand Down

0 comments on commit 8d14e78

Please sign in to comment.