|
@@ -115,7 +115,8 @@ static int jmicron_pre_reset(struct ata_link *link, unsigned long deadline)
|
|
|
|
|
|
static void jmicron_error_handler(struct ata_port *ap)
|
|
static void jmicron_error_handler(struct ata_port *ap)
|
|
{
|
|
{
|
|
- return ata_bmdma_drive_eh(ap, jmicron_pre_reset, ata_std_softreset, NULL, ata_std_postreset);
|
|
|
|
|
|
+ ata_bmdma_drive_eh(ap, jmicron_pre_reset, ata_std_softreset, NULL,
|
|
|
|
+ ata_std_postreset);
|
|
}
|
|
}
|
|
|
|
|
|
/* No PIO or DMA methods needed for this device */
|
|
/* No PIO or DMA methods needed for this device */
|