diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-06-07 09:37:08 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-06-07 09:37:08 -0400 |
commit | 0fcef027f60318cfa64ae4cdf5aa33905607d650 (patch) | |
tree | 048432a855856762445a848b2ac0a623f9413e97 /drivers/ide/hpt366.c | |
parent | d328e7657de1fde30141365466589ab259cf4f64 (diff) |
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>
Diffstat (limited to 'drivers/ide/hpt366.c')
-rw-r--r-- | drivers/ide/hpt366.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/hpt366.c b/drivers/ide/hpt366.c index 47b31dacd526..cb04523e31cb 100644 --- a/drivers/ide/hpt366.c +++ b/drivers/ide/hpt366.c | |||
@@ -740,7 +740,7 @@ static void hpt3xx_quirkproc(ide_drive_t *drive) | |||
740 | 740 | ||
741 | while (*list) | 741 | while (*list) |
742 | if (strstr(m, *list++)) { | 742 | if (strstr(m, *list++)) { |
743 | drive->quirk_list = 1; | 743 | drive->quirk_list = 2; |
744 | return; | 744 | return; |
745 | } | 745 | } |
746 | 746 | ||