Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325674
b: refs/heads/master
c: a342ca1
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Aug 13, 2012
1 parent c88fcc0 commit 06d68b4
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: 27bf7c43a19c66bdc96ee3ee5a67e3bc2d601736
refs/heads/master: a342ca1c78627c3a8b2a8c4e6d5f6ab1b88e6169
2 changes: 1 addition & 1 deletion trunk/drivers/tty/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ static struct tty_port_operations mxser_port_ops = {
*/

static bool allow_overlapping_vector;
module_param(allow_overlapping_vector, bool, 444);
module_param(allow_overlapping_vector, bool, S_IRUGO);
MODULE_PARM_DESC(allow_overlapping_vector, "whether we allow ISA cards to be configured such that vector overlabs IO ports (default=no)");

static bool mxser_overlapping_vector(struct mxser_board *brd)
Expand Down

0 comments on commit 06d68b4

Please sign in to comment.