Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186816
b: refs/heads/master
c: 0f7cf00
h: refs/heads/master
v: v3
  • Loading branch information
Sylvain Trias authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent fcf1333 commit 1cbdc6a
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: ea12ac4fd241a141cc64683f4293f48bed84fd42
refs/heads/master: 0f7cf0034c6b9aafea3605ec61145c9b54b1b208
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/variax.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static ssize_t variax_set_active(struct device *dev,
if (ret)
return ret;

variax->buffer_activate[VARIAX_OFFSET_ACTIVATE] = value ? 1: 0;
variax->buffer_activate[VARIAX_OFFSET_ACTIVATE] = value ? 1 : 0;
line6_send_raw_message_async(&variax->line6, variax->buffer_activate,
sizeof(variax_activate));
return count;
Expand Down

0 comments on commit 1cbdc6a

Please sign in to comment.