]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/nvdimm/security.c
libnvdimm/security: fix a typo
authorJane Chu <jane.chu@oracle.com>
Mon, 3 Aug 2020 22:41:37 +0000 (16:41 -0600)
committerVishal Verma <vishal.l.verma@intel.com>
Tue, 4 Aug 2020 00:54:13 +0000 (18:54 -0600)
commitdad42d17558f316e9e807698cd4207359b636084
tree7c7fc8510f9f4eb54d30780f0a9acf18095686b0
parent9f1048d47e8ae4cc21e80facf2ba4b01a6623b67
libnvdimm/security: fix a typo

commit d78c620a2e82 ("libnvdimm/security: Introduce a 'frozen' attribute")
introduced a typo, causing a 'nvdimm->sec.flags' update being overwritten
by the subsequent update meant for 'nvdimm->sec.ext_flags'.

Link: https://lore.kernel.org/r/1596494499-9852-1-git-send-email-jane.chu@oracle.com
Fixes: d78c620a2e82 ("libnvdimm/security: Introduce a 'frozen' attribute")
Cc: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jane Chu <jane.chu@oracle.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
drivers/nvdimm/security.c