]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ata: libahci: do not complain in case of deferred probe
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 31 Jul 2019 12:26:51 +0000 (14:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 31 Jul 2019 14:51:17 +0000 (08:51 -0600)
commit090bb803708198e5ab6b0046398c7ed9f4d12d6b
tree9fcd13609fb6ad76f71e88bc31e2637f50e65f22
parentd0ee879187df966ef638031b5f5183078d672141
ata: libahci: do not complain in case of deferred probe

Retrieving PHYs can defer the probe, do not spawn an error when
-EPROBE_DEFER is returned, it is normal behavior.

Fixes: b1a9edbda040 ("ata: libahci: allow to use multiple PHYs")
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/libahci_platform.c