]> git.baikalelectronics.ru Git - kernel.git/commit
ata: ahci: mvebu: remove stale comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 4 Dec 2018 19:28:26 +0000 (20:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Jan 2019 21:47:47 +0000 (14:47 -0700)
commit4cc1fe29e5b8b1d191584b8c726642f0378ca94c
treed5afa2ddb4dcc6f86e24b8cc5a17a685eb110df3
parente4a5956b2b4f31e2a91480aac8c018389c719ac5
ata: ahci: mvebu: remove stale comment

For Armada-38x (32-bit) SoCs, PM platform support has been added since:
commit 13a6bb780b89 ("ARM: mvebu: prepare pm-board.c for the
                      introduction of Armada 38x support")
commit c3c15dd9f454 ("ARM: mvebu: Add standby support")

For Armada 64-bit SoCs, like the A3700 also using this AHCI driver, PM
platform support has always existed.

There are even suspend/resume hooks in this driver since:
commit b71d257e9cc64 ("ata: ahci_mvebu: add suspend/resume support")

Remove the stale comment at the end of this driver stating that all
the above does not exist yet.

Fixes: b71d257e9cc64 ("ata: ahci_mvebu: add suspend/resume support")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/ahci_mvebu.c