Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255301
b: refs/heads/master
c: 16f14b4
h: refs/heads/master
i:
  255299: c09968f
v: v3
  • Loading branch information
Sven Eckelmann committed May 30, 2011
1 parent 9902787 commit 12f1dd1
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: f678bc9883bb28d9d20db01bc0de53efbacc21c5
refs/heads/master: 16f14b45c48f4f1be5857103ee3054114604d98c
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/bat_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static ssize_t log_read(struct file *file, char __user *buf,
!(debug_log->log_end - debug_log->log_start))
return -EAGAIN;

if ((!buf) || (count < 0))
if (!buf)
return -EINVAL;

if (count == 0)
Expand Down

0 comments on commit 12f1dd1

Please sign in to comment.