Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200692
b: refs/heads/master
c: 25477f2
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent 75f8461 commit c58b9eb
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: f2102d31de1f0ddb9ced62d65d2ed89a5149ea39
refs/heads/master: 25477f2398f39a35f110e02f6c7d8dd1023c47c1
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 @@ -196,7 +196,7 @@ ssize_t bat_device_read(struct file *file, char __user *buf, size_t count,
kfree(device_packet);

if (error)
return error;
return -EFAULT;

return sizeof(struct icmp_packet);
}
Expand Down

0 comments on commit c58b9eb

Please sign in to comment.