]> Git Repo - linux.git/blobdiff - drivers/fpga/fpga-mgr.c
Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-ntfs3
[linux.git] / drivers / fpga / fpga-mgr.c
index 8efa67620e2169c06a3f4c3e256d9f09b0042690..eb583f86a0b95e4e8f51fe1711d5436c0bee3c58 100644 (file)
@@ -971,7 +971,7 @@ static int __init fpga_mgr_class_init(void)
 {
        pr_info("FPGA manager framework\n");
 
-       fpga_mgr_class = class_create(THIS_MODULE, "fpga_manager");
+       fpga_mgr_class = class_create("fpga_manager");
        if (IS_ERR(fpga_mgr_class))
                return PTR_ERR(fpga_mgr_class);
 
This page took 0.031775 seconds and 4 git commands to generate.