Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205666
b: refs/heads/master
c: cf2d3fc
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jun 21, 2010
1 parent cd326fe commit bd983fe
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: e6dc269b402d9fa1562276345931943683e16ebd
refs/heads/master: cf2d3fc9786ba005f9bde50a4e72a1d0b70472ff
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 bd983fe

Please sign in to comment.