Re: [PATCH] mtd: rawnand: realtek: add missing MODULE_DEVICE_TABLE()
Miquel Raynal <[email protected]>
| Newsgroups | org.infradead.lists.linux-mtd,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Pengpeng, On 04/07/2026 at 20:30:44 +08, Pengpeng Hou <[email protected]> wrote: > The driver has an OF match table wired to .of_match_table, but does > not export the table with MODULE_DEVICE_TABLE(). > > Add the missing MODULE_DEVICE_TABLE(of, ...) entry so module alias > information is generated for OF based module autoloading. > > This is a source-level fix. It does not claim dynamic hardware > reproduction; the evidence is the driver-owned match table, its use by > the platform driver, and the missing module alias publication. Why do you never add any Fixes and Cc stable tags? This is a behavioural fix, which probably deserves to be backported. It is the third or even maybe fourth time that I have to ask for those tags within 2 weeks. Please consider adding them proactively when relevant. Thanks, Miquèl ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/