Re: [PATCH 2/2] nvme: add quirk to not call disable function when suspending

From: AceLan Kao
Date: Mon Nov 05 2018 - 21:55:50 EST


Right, should replace it with SK_HYNIX.
I'll prepare v2 patch for that.
Sinan Kaya <okaya@xxxxxxxxxx> æ 2018å11æ6æ éä äå10:24åéï
>
> On 11/5/2018 6:04 PM, AceLan Kao wrote:
> > + { PCI_DEVICE(0x1c5c, 0x1527), /* Sk Hynix */
> > + .driver_data = NVME_QUIRK_NO_DISABLE, },
>
> Now that you added PCI_VENDOR_ID_SK_HYNIX to pci_ids.h, you
> could use PCI_VENDOR_ID_SK_HYNIX above instead of 0x1c5c.