Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5103
b: refs/heads/master
c: 20a64f1
h: refs/heads/master
i:
  5101: 3f1a0cd
  5099: e5bee65
  5095: f9f0adf
  5087: ef6aa68
v: v3
  • Loading branch information
Dominik Hackl authored and Linus Torvalds committed Jul 27, 2005
1 parent 1e6f1ac commit 69f0a29
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: cb66504d65e54210d7dc55a0027d309ca5f51f83
refs/heads/master: 20a64f1d70a1a9cc001f2fec5ba1b0a4ff3f6bd5
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/hostaudio_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ __uml_setup("mixer=", set_mixer, "mixer=<mixer device>\n" MIXER_HELP);

#else /*MODULE*/

MODULE_PARM(dsp, "s");
module_param(dsp, charp, 0644);
MODULE_PARM_DESC(dsp, DSP_HELP);

MODULE_PARM(mixer, "s");
module_param(mixer, charp, 0644);
MODULE_PARM_DESC(mixer, MIXER_HELP);

#endif
Expand Down

0 comments on commit 69f0a29

Please sign in to comment.