Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227134
b: refs/heads/master
c: fcd3027
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Rydberg committed Dec 20, 2010
1 parent b424bb5 commit cab00e1
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: 85b7720039fc000b561c20fe2aaa3b54cddae4a7
refs/heads/master: fcd3027abbbcc26248714eddae40af3fb3c8a82e
2 changes: 1 addition & 1 deletion trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ static int input_add_uevent_bm_var(struct kobj_uevent_env *env,
{
int len;

if (add_uevent_var(env, "%s=", name))
if (add_uevent_var(env, "%s", name))
return -ENOMEM;

len = input_print_bitmap(&env->buf[env->buflen - 1],
Expand Down

0 comments on commit cab00e1

Please sign in to comment.