Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205675
b: refs/heads/master
c: 5a39195
h: refs/heads/master
i:
  205673: 2527ead
  205671: 1a396c3
v: v3
  • Loading branch information
Linus Lüssing authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent d4594d9 commit 522e394
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: 8bfe3638747b2c2f842edf9eb2a407a22a9d537d
refs/heads/master: 5a39195769febbc29a1d60d02f655ee32c252813
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/bat_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static ssize_t store_orig_interval(struct kobject *kobj, struct attribute *attr,
return -EINVAL;
}

if (orig_interval_tmp <= JITTER * 2) {
if (orig_interval_tmp < JITTER * 2) {
printk(KERN_INFO "batman-adv:New originator interval too small: %li (min: %i)\n",
orig_interval_tmp, JITTER * 2);
return -EINVAL;
Expand Down

0 comments on commit 522e394

Please sign in to comment.