OSDN Git Service

nvme: Fix known effects
authorKeith Busch <keith.busch@intel.com>
Fri, 17 May 2019 16:08:19 +0000 (10:08 -0600)
committerKeith Busch <keith.busch@intel.com>
Fri, 17 May 2019 17:05:35 +0000 (11:05 -0600)
commit6fa0321a96043b5a983bbefa785859d664645840
tree1e68adbfe6518f09a580bc264bcd049dcdfcb6d2
parentd6135c3a1ec0cddda7b8b8e1b5b4abeeafd98289
nvme: Fix known effects

We're trying to append known effects to the ones reported in the
controller's log. The original patch accomplished this, but something
went wrong when patch was merged causing the effects log to override
the known effects.

Link: http://lists.infradead.org/pipermail/linux-nvme/2019-May/023710.html
Fixes: f4524cc45626 ("nvme-pci: add known admin effects to augument admin effects log page")
Cc: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
drivers/nvme/host/core.c