Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222835
b: refs/heads/master
c: 3bad28e
h: refs/heads/master
i:
  222833: 8ed0200
  222831: 8f26b3b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 16, 2010
1 parent c1d2bee commit 6436338
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: 590b0b9754bd8928926bae7194b6da7ead9bda3b
refs/heads/master: 3bad28ec006ad6ab2bca4e5103860b75391e3c9d
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_IWUGO | S_IRUGO, show_##value, set_##value);
static DEVICE_ATTR(value, S_IRUSR | S_IRUGO, show_##value, set_##value);

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

0 comments on commit 6436338

Please sign in to comment.