Explorar o código

hpt366: enable all quirks for devices on quirk_drives[] list

Enable also quirks in do_reset1() and ide_config_drive_speed()
for devices on quirk_drives[] list.

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz %!s(int64=16) %!d(string=hai) anos
pai
achega
0fcef027f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/ide/hpt366.c

+ 1 - 1
drivers/ide/hpt366.c

@@ -740,7 +740,7 @@ static void hpt3xx_quirkproc(ide_drive_t *drive)
 
 	while (*list)
 		if (strstr(m, *list++)) {
-			drive->quirk_list = 1;
+			drive->quirk_list = 2;
 			return;
 		}