| commit | 1e874f448365b80e69b8a60b8b575b17f00811f3 | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Oct 10 22:39:27 2008 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Oct 10 22:39:27 2008 +0200 |
| tree | 6a79a12ffdcaa12f5f89356527c1ab02014c751b | |
| parent | 3ceca727fe3a38dd8d7a3adf938fefda83eee8af [diff] |
ide: call ide_proc_register_driver() later Call ide_proc_register_driver() in ide*_setup() (just before ide*_add_settings() call) instead of in ->probe method. Despite being basically a preparation for /proc/ide/hd*/settings rework this is a nice cleanup in itself. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>