On Wed, 20 Apr 2022 08:58:32 +0200, Uwe Kleine-König wrote: > If the driver is configured as a module (after allowing this by changing > PCIE_MICROCHIP_HOST from bool to tristate) the missing semicolon makes the > compiler very unhappy. While there isn't a real problem as > MODULE_DEVICE_TABLE always evaluates to nothing for a built-in driver, > do it right for consistency with other drivers. > > > [...] Applied to pci/microchip, thanks! [1/1] PCI: microchip: Add a missing semicolon https://git.kernel.org/lpieralisi/pci/c/c049b4b376 Thanks, Lorenzo