ata: pata_hpt37x: disable fast interrupts in prereset() method
authorSergey Shtylyov <s.shtylyov@omp.ru>
Thu, 10 Feb 2022 19:22:13 +0000 (22:22 +0300)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Wed, 16 Feb 2022 06:59:09 +0000 (15:59 +0900)
commite0afcf140e6e2ea895a3c83565b0c085f9b80f59
tree5b0f8738209833abd3b8c908bac06a8d0ac0b2f5
parente1dd33b2503bff6b75bc655fb576b0396d204b06
ata: pata_hpt37x: disable fast interrupts in prereset() method

The PIO/DMA mode setting functions are hardly a good place for disabling
the fast interrupts on a channel -- let's move that code to the driver's
prereset() method instead.

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/pata_hpt37x.c