Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72674
b: refs/heads/master
c: d5271be
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Oct 26, 2007
1 parent a1b37a4 commit c0a38e7
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: 282037f17f1db66f555b40eedef1215a5f4b36af
refs/heads/master: d5271be6b5601b3749cccd8ee89941d5868b90bf
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static int __init ide_generic_all_on(char *unused)
printk(KERN_INFO "IDE generic will claim all unknown PCI IDE storage controllers.\n");
return 1;
}
__setup("all-generic-ide", ide_generic_all_on);
const __setup("all-generic-ide", ide_generic_all_on);
#endif
module_param_named(all_generic_ide, ide_generic_all, bool, 0444);
MODULE_PARM_DESC(all_generic_ide, "IDE generic will claim all unknown PCI IDE storage controllers.");
Expand Down

0 comments on commit c0a38e7

Please sign in to comment.