Re: [Patch v2 1/3] firmware: google: Release devices before unregistering the bus

From: Greg Kroah-Hartman
Date: Mon Nov 18 2019 - 03:59:40 EST


On Mon, Nov 18, 2019 at 09:38:58AM +0100, patrick.rudolph@xxxxxxxxxxxxx wrote:
> From: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>
> ---
> drivers/firmware/google/coreboot_table.c | 7 +++++++
> 1 file changed, 7 insertions(+)

You forgot to document what changed from v1 of this patch and/or series
somewhere :(

Usually it just goes below the --- line on each patch.

Can you fix that up and send a v3 of this series?

thanks

greg k-h