Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299615
b: refs/heads/master
c: fdadb6e
h: refs/heads/master
i:
  299613: 2d48e6c
  299611: 3bdab78
  299607: d65c0fb
  299599: 9c35dcd
  299583: 1edab61
v: v3
  • Loading branch information
Carlos Chinea committed Apr 23, 2012
1 parent aa27804 commit 1660f1c
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: ec1c56ff813a198d656d4aa42e5de03e45751bf8
refs/heads/master: fdadb6e9a5cf65c7662b2ca817856f187d05ab7d
2 changes: 1 addition & 1 deletion trunk/drivers/hsi/clients/hsi_char.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct hsc_client_data {
static unsigned int hsc_major;
/* Maximum buffer size that hsi_char will accept from userspace */
static unsigned int max_data_size = 0x1000;
module_param(max_data_size, uint, S_IRUSR | S_IWUSR);
module_param(max_data_size, uint, 0);
MODULE_PARM_DESC(max_data_size, "max read/write data size [4,8..65536] (^2)");

static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg,
Expand Down

0 comments on commit 1660f1c

Please sign in to comment.