Browse Source

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 <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz 17 years ago
parent
commit
fabe151056
1 changed files with 1 additions and 3 deletions
  1. 1 3
      drivers/ide/pci/sc1200.c

+ 1 - 3
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.
 	 * 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 */
 		return 1;	/* failure */
-	}
 
 
 	switch (mode) {
 	switch (mode) {
 	case XFER_PIO_4:
 	case XFER_PIO_4: