diff options
Diffstat (limited to 'linux/dev')
-rw-r--r-- | linux/dev/drivers/block/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/dev/drivers/block/ahci.c b/linux/dev/drivers/block/ahci.c index 58105a7..9bb2e6b 100644 --- a/linux/dev/drivers/block/ahci.c +++ b/linux/dev/drivers/block/ahci.c @@ -638,6 +638,7 @@ static int ahci_identify(const volatile struct ahci_host *ahci_host, const volat port->ahci_host = NULL; port->ahci_port = NULL; del_timer(&identify_timer); + restore_flags(flags); return 3; } sleep_on(&port->q); |