Thread (36 messages) flat view 36 messages, 3 authors, 2022-01-18

Re: [PATCH v9 6/8] efi/mokvar: move up init order

From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2022-01-08 22:27:42
Also in: keyrings, linux-efi, lkml

On Wed, Jan 05, 2022 at 06:50:10PM -0500, Eric Snowberg wrote:
quoted hunk ↗ jump to hunk
Move up the init order so it can be used by the new machine keyring.

Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
---
v7: Initial version
v9: Unmodified from v7
---
 drivers/firmware/efi/mokvar-table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/efi/mokvar-table.c b/drivers/firmware/efi/mokvar-table.c
index 38722d2009e2..5ed0602c2f75 100644
--- a/drivers/firmware/efi/mokvar-table.c
+++ b/drivers/firmware/efi/mokvar-table.c
@@ -359,4 +359,4 @@ static int __init efi_mokvar_sysfs_init(void)
 	}
 	return err;
 }
-device_initcall(efi_mokvar_sysfs_init);
+fs_initcall(efi_mokvar_sysfs_init);
-- 
2.18.4
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>

/Jarkko
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help