Re: [PATCH v2 1/3] misc/pvpanic: split-up generic and platform dependent code

From: Arnd Bergmann
Date: Fri Feb 12 2021 - 05:13:32 EST


On Fri, Feb 12, 2021 at 10:17 AM Mihai Carabas <mihai.carabas@xxxxxxxxxx> wrote:
>
> Split-up generic and platform dependent code in order to be able to re-use
> generic event handling code in pvpanic PCI device driver in the next patch.
>
> The code from pvpanic.c was split in two new files:
> - pvpanic-common.c: generic code that handles pvpanic events
> - mmio.c: platform/bus dependent code
>
> Signed-off-by: Mihai Carabas <mihai.carabas@xxxxxxxxxx>

The patch looks fine, but for review purposes it's better to generate
the email with 'git format-patch -M'.

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>