Re: [PATCH 2/2] misc: tc9564: introduce base PCI driver
From: Greg KH
Date: Thu Aug 13 2026 - 21:13:12 EST
On Thu, Aug 13, 2026 at 05:29:42PM -0500, Alex Elder wrote:
> +#define DRIVER_NAME "tc9564-pci"
What about just using KBUILD_MODNAME?
> +static int
> +tc9564_function_probe(struct pci_dev *pdev, const struct pci_device_id *id)
But wow, this is a tiny driver, feels odd to have it in misc/ but ok, if
you think it should be here...
thanks,
greg k-h