Skip to content

Commit

Permalink
[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers s…
Browse files Browse the repository at this point in the history
…tarted up

Avoid registering PCMCIA CF cards before other IDE stuff. This means the risk
of /dev/hd* being re-ordered is lessened. The _sane_ thing to assert any
ordering is to use udev, nameif and so on, of course.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Aug 1, 2005
1 parent b9c55d2 commit 2b8d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/legacy/ide-cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,5 +508,5 @@ static void __exit exit_ide_cs(void)
BUG_ON(dev_list != NULL);
}

module_init(init_ide_cs);
late_initcall(init_ide_cs);
module_exit(exit_ide_cs);

0 comments on commit 2b8d466

Please sign in to comment.