Commit 5410f729 authored by Harvey Harrison's avatar Harvey Harrison Committed by Jeff Garzik

ata: fix sparse warning in pata_acpi.c

drivers/ata/pata_acpi.c:80:2: warning: returning void-valued expression
Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 42268e26
...@@ -77,8 +77,8 @@ static int pacpi_cable_detect(struct ata_port *ap) ...@@ -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);
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment