Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ead741df385607ab74876afdb05fd8ac27da9906
Commit:     ead741df385607ab74876afdb05fd8ac27da9906
Parent:     2244e850632f82466d7c041546326c7055fc7159
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 2 19:56:38 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Sat Feb 2 19:56:38 2008 +0100

    ide: remove redundant init_hwif_default() call from ide_register_hw()
    
    ide_init_port_hw() call overrides setup done by init_hwif_default().
    
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index a71591a..4b130e7 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -716,10 +716,8 @@ int ide_register_hw(hw_regs_t *hw, void 
(*quirkproc)(ide_drive_t *),
 found:
        if (hwif->present)
                ide_unregister(index);
-       else if (!hwif->hold) {
+       else if (!hwif->hold)
                ide_init_port_data(hwif, index);
-               init_hwif_default(hwif, index);
-       }
 
        ide_init_port_hw(hwif, hw);
        hwif->quirkproc = quirkproc;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to