Skip to content

Commit

Permalink
Revert "ayufan: ahci: do not fail on controller reset"
Browse files Browse the repository at this point in the history
This reverts commit 2b7b7f7.
  • Loading branch information
ayufan committed Apr 13, 2020
1 parent 2b7b7f7 commit db96b24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ int ahci_reset(void __iomem *base)

if (i == 0) {
printf("controller reset failed (0x%x)\n", tmp);

// TODO: Marvell 88SE9230 cannot be reset properly
// return -1;
return -1;
}

return 0;
Expand Down

0 comments on commit db96b24

Please sign in to comment.