diff options
Diffstat (limited to 'drivers/firmware/efivars.c')
-rw-r--r-- | drivers/firmware/efivars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c index e17cd8133548..d1ad48190afc 100644 --- a/drivers/firmware/efivars.c +++ b/drivers/firmware/efivars.c | |||
@@ -668,7 +668,7 @@ efivars_init(void) | |||
668 | /* | 668 | /* |
669 | * For now we'll register the efi subsys within this driver | 669 | * For now we'll register the efi subsys within this driver |
670 | */ | 670 | */ |
671 | efi_kset = kset_create_and_add("efi", NULL, &firmware_kset->kobj); | 671 | efi_kset = kset_create_and_add("efi", NULL, firmware_kobj); |
672 | if (!efi_kset) { | 672 | if (!efi_kset) { |
673 | printk(KERN_ERR "efivars: Firmware registration failed.\n"); | 673 | printk(KERN_ERR "efivars: Firmware registration failed.\n"); |
674 | error = -ENOMEM; | 674 | error = -ENOMEM; |