Skip to content

Commit

Permalink
hpt366: enable all quirks for devices on quirk_drives[] list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 7, 2009
1 parent d328e76 commit 0fcef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/hpt366.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0fcef02

Please sign in to comment.