On Tue, Feb 07, 2023 at 07:08:24PM -0800, Gwendal Grignou wrote: > From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > It's unusual that we have enumeration by class in the middle of the table. > It might potentially be problematic in the future if we add another entry > after it. > > So, move class matching entry to be the last in the ID table. > > [ Upstream commit 0b85f59d30b91bd2b93ea7ef0816a4b7e7039e8c ] > > Without this change, quirks set in driver_data added after the catch-all > are ignored. > > Cc: <stable@xxxxxxxxxxxxxxx> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx> > Reviewed-by: Sagi Grimberg <sagi@xxxxxxxxxxx> > Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > --- > drivers/nvme/host/pci.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Now queued up, thanks. greg k-h