commit | cae0970ee9c4527f189aac378c50e2f0ed020418 | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Mon Nov 18 11:19:29 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 14 21:46:48 2020 +0100 |
tree | ab25ca88b3f367551626822dd858f9cc8819c0a7 | |
parent | 89d93c6dab87f9f416b5ae931f7ad07b77aaca66 [diff] |
firmware: google: Release devices before unregistering the bus Fix a bug where the kernel module can't be loaded after it has been unloaded as the devices are still present and conflicting with the to be created coreboot devices. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Link: https://lore.kernel.org/r/20191118101934.22526-2-patrick.rudolph@9elements.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>