]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 17 Sep 2019 16:02:18 +0000 (18:02 +0200)
commita41221d348bbd068ff2b9d7c562df3d1abcc86c3
tree97fb6e1e7932a5504847d74a5449392ce6b4a33a
parentc75e91c328615fa97da6bd7b45fefc8ef03abf28
ata: libahci: do not complain in case of deferred probe

BugLink: https://bugs.launchpad.net/bugs/1841652
[ Upstream commit 090bb803708198e5ab6b0046398c7ed9f4d12d6b ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/ata/libahci_platform.c