Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222849
b: refs/heads/master
c: 2a767fd
h: refs/heads/master
i:
  222847: 61c88f6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 18, 2010
1 parent cd16604 commit 31bce96
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: 515b4987ccd097cdf5416530b05fdf9e01afe95a
refs/heads/master: 2a767fda5d0d8dcff465724dfad6ee131489b3f2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/frontier/tranzport.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static void usb_tranzport_abort_transfers(struct usb_tranzport *dev)
t->value = temp; \
return count; \
} \
static DEVICE_ATTR(value, S_IRUSR | S_IRUGO, show_##value, set_##value);
static DEVICE_ATTR(value, S_IWUSR | S_IRUGO, show_##value, set_##value);

show_int(enable);
show_int(offline);
Expand Down

0 comments on commit 31bce96

Please sign in to comment.