Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296111
b: refs/heads/master
c: d617369
h: refs/heads/master
i:
  296109: 9f6e0fb
  296107: 29fa678
  296103: 0896485
  296095: 126c900
v: v3
  • Loading branch information
Felipe Balbi authored and Kevin Hilman committed Mar 5, 2012
1 parent a578738 commit e5f6028
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: 4018bfebc6e704838f1a9f1d96110d9bd68ae0f9
refs/heads/master: d617369219f136dc6e7923f573d826c7afb4b269
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/smartreflex.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ static int omap_sr_autocomp_store(void *data, u64 val)
}

/* Sanity check */
if (val && (val != 1)) {
if (val > 1) {
pr_warning("%s: Invalid argument %lld\n", __func__, val);
return -EINVAL;
}
Expand Down

0 comments on commit e5f6028

Please sign in to comment.