Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282853
b: refs/heads/master
c: f9fbcdc
h: refs/heads/master
i:
  282851: 6f4a9f8
v: v3
  • Loading branch information
Rusty Russell authored and David Woodhouse committed Jan 9, 2012
1 parent e8d9cd6 commit 70912bb
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: e10019bce9cbeb7675d5d08221012a2cfee0d498
refs/heads/master: f9fbcdc357f37d6c82a75a89c64efbe8bd5274e1
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/sm_ftl.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
struct workqueue_struct *cache_flush_workqueue;

static int cache_timeout = 1000;
module_param(cache_timeout, bool, S_IRUGO);
module_param(cache_timeout, int, S_IRUGO);
MODULE_PARM_DESC(cache_timeout,
"Timeout (in ms) for cache flush (1000 ms default");

Expand Down

0 comments on commit 70912bb

Please sign in to comment.