Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284668
b: refs/heads/master
c: 1b9fbaf
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Jan 12, 2012
1 parent eaf1757 commit ee4b675
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: 90ab5ee94171b3e28de6bb42ee30b527014e0be7
refs/heads/master: 1b9fbafb3ad3fd02db42e3dd48b4fb7631753ca9
2 changes: 1 addition & 1 deletion trunk/drivers/block/paride/pcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY};
static DEFINE_MUTEX(pcd_mutex);
static DEFINE_SPINLOCK(pcd_lock);

module_param(verbose, bool, 0644);
module_param(verbose, int, 0644);
module_param(major, int, 0);
module_param(name, charp, 0);
module_param(nice, int, 0);
Expand Down

0 comments on commit ee4b675

Please sign in to comment.