On Fri, Feb 12, 2021 at 10:17 AM Mihai Carabas <mihai.cara...@oracle.com> 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.cara...@oracle.com>
The patch looks fine, but for review purposes it's better to generate the email with 'git format-patch -M'. Reviewed-by: Arnd Bergmann <a...@arndb.de>