lkml.org 
[lkml]   [2022]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 216/231] nvme-pci: phison e16 has bogus namespace ids
    Date
    From: Keith Busch <kbusch@kernel.org>

    [ Upstream commit 73029c9b23cf1213e5f54c2b59efce08665199e7 ]

    Add the quirk.

    Link: https://bugzilla.kernel.org/show_bug.cgi?id=216049
    Reported-by: Chris Egolf <cegolf@ugholf.net>
    Signed-off-by: Keith Busch <kbusch@kernel.org>
    Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/nvme/host/pci.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
    index fe829377c7c2..ab575fdd8015 100644
    --- a/drivers/nvme/host/pci.c
    +++ b/drivers/nvme/host/pci.c
    @@ -3432,7 +3432,8 @@ static const struct pci_device_id nvme_id_table[] = {
    NVME_QUIRK_DISABLE_WRITE_ZEROES|
    NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    { PCI_DEVICE(0x1987, 0x5016), /* Phison E16 */
    - .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    + .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN |
    + NVME_QUIRK_BOGUS_NID, },
    { PCI_DEVICE(0x1b4b, 0x1092), /* Lexar 256 GB SSD */
    .driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
    NVME_QUIRK_IGNORE_DEV_SUBNQN, },
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-07-19 15:14    [W:2.091 / U:0.744 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site