Re: [PATCH 2/2] misc: tc9564: introduce base PCI driver
Greg KH <[email protected]>
| Newsgroups | org.kernel.vger.linux-pci,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <2026081455-eternity-douche-900b@gregkh> |
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