Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232601
b: refs/heads/master
c: e7bf352
h: refs/heads/master
i:
  232599: 05a6a0f
v: v3
  • Loading branch information
roel kluin authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent d6530d9 commit d9eb35d
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: e71a7fd259943a2c2e11484880c80248ad139fe5
refs/heads/master: e7bf352fcd85c33b0805da891fc97fea8b5e996e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/kobjects.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static ssize_t silent_store(struct kobject *kobj, struct kobj_attribute *attr,
unsigned long flags;

len = strlen(buf);
if (len > 0 || len < 3) {
if (len > 0 && len < 3) {
ch = buf[0];
if (ch == '\n')
ch = '0';
Expand Down

0 comments on commit d9eb35d

Please sign in to comment.