Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199873
b: refs/heads/master
c: 0375fc4
h: refs/heads/master
i:
  199871: 44b63ba
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 9de89bd commit 7d09719
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: 3d9b2358930a3e5225b28ac1458236f3d667e368
refs/heads/master: 0375fc4d2748b7c7064d481b36e32ef19e43d8db
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ void bat_device_add_packet(struct device_client *device_client,
struct device_packet *device_packet;
unsigned long flags;

device_packet = kmalloc(sizeof(struct device_packet), GFP_KERNEL);
device_packet = kmalloc(sizeof(struct device_packet), GFP_ATOMIC);

if (!device_packet)
return;
Expand Down

0 comments on commit 7d09719

Please sign in to comment.