Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fabe1510568acd5194f630dbbcf77a34610d7e9e
Commit:     fabe1510568acd5194f630dbbcf77a34610d7e9e
Parent:     c15d5d43e6eed180e275f1db296eab5560a1bf59
Author:     Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 11 23:54:01 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Thu Oct 11 23:54:01 2007 +0200

    sc1200: remove redundant warning message from sc1200_tune_chipset()
    
    ide_config_drive_speed() called by sc1200_set_xfer_mode() already gives
    a meaningful warning message in case of failure.
    
    Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/pci/sc1200.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/ide/pci/sc1200.c b/drivers/ide/pci/sc1200.c
index f9f5ed9..d46627e 100644
--- a/drivers/ide/pci/sc1200.c
+++ b/drivers/ide/pci/sc1200.c
@@ -149,10 +149,8 @@ static int sc1200_tune_chipset(ide_drive_t *drive, const 
u8 mode)
        /*
         * Tell the drive to switch to the new mode; abort on failure.
         */
-       if (sc1200_set_xfer_mode(drive, mode)) {
-               printk("SC1200: set xfer mode failure\n");
+       if (sc1200_set_xfer_mode(drive, mode))
                return 1;       /* failure */
-       }
 
        switch (mode) {
        case XFER_PIO_4:
-
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