mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-30 07:37:49 +00:00
ata: fix sparse warning in pata_acpi.c
drivers/ata/pata_acpi.c:80:2: warning: returning void-valued expression Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
42268e26aa
commit
5410f729e3
@ -77,8 +77,8 @@ static int pacpi_cable_detect(struct ata_port *ap)
|
|||||||
|
|
||||||
static void pacpi_error_handler(struct ata_port *ap)
|
static void pacpi_error_handler(struct ata_port *ap)
|
||||||
{
|
{
|
||||||
return ata_bmdma_drive_eh(ap, pacpi_pre_reset, ata_std_softreset,
|
ata_bmdma_drive_eh(ap, pacpi_pre_reset, ata_std_softreset, NULL,
|
||||||
NULL, ata_std_postreset);
|
ata_std_postreset);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user