Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130407
b: refs/heads/master
c: 4106cef
h: refs/heads/master
i:
  130405: 6b9a446
  130403: 890e639
  130399: a229dfd
v: v3
  • Loading branch information
Stefan Richter committed Jan 28, 2009
1 parent 0d63cc0 commit 8fb5256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 82d4b90debaa7ab3590335c1b641eb3d2ebb164e
refs/heads/master: 4106ceff15495a7df1617e78bbf3e852fe6601c9
4 changes: 2 additions & 2 deletions trunk/drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
*/
static int sbp2_max_speed = IEEE1394_SPEED_MAX;
module_param_named(max_speed, sbp2_max_speed, int, 0644);
MODULE_PARM_DESC(max_speed, "Force max speed "
"(3 = 800Mb/s, 2 = 400Mb/s, 1 = 200Mb/s, 0 = 100Mb/s)");
MODULE_PARM_DESC(max_speed, "Limit data transfer speed (5 <= 3200, "
"4 <= 1600, 3 <= 800, 2 <= 400, 1 <= 200, 0 = 100 Mb/s)");

/*
* Set serialize_io to 0 or N to use dynamically appended lists of command ORBs.
Expand Down

0 comments on commit 8fb5256

Please sign in to comment.