commit | 48d11ce82cdb7151be43a43d1110a511cc6d2b47 | [log] [tgz] |
---|---|---|
author | Leonid Lobachev <leonidl@google.com> | Mon Mar 25 17:57:15 2019 -0700 |
committer | Alex Van Damme <atv@google.com> | Tue May 14 10:34:54 2019 -0700 |
tree | 05ef39f15a049e32c0ba8f87ade53f7cf88f2bd2 | |
parent | 6418b0672064d0044b32226b60abeeb0ce45f26a [diff] |
staging: gasket: Fix pci remove/rescan for kernel module build. For driver build as module pci_fixup_header approach doesn't work. This causes apex pci class to remain 0xff and BARs remain unclaimed. Adding a retry with explicit fixup function call workarounds the problem. Bug: 129287752 Change-Id: Id5ff85ef427d3740706a214d3beb1c9bbf42ab5a Signed-off-by: Leonid Lobachev <leonidl@google.com>