Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-starfive.git] / drivers / most / most_cdev.c
index 4ee5369..3ed8f46 100644 (file)
@@ -491,7 +491,7 @@ static int __init most_cdev_init(void)
 {
        int err;
 
-       comp.class = class_create(THIS_MODULE, "most_cdev");
+       comp.class = class_create("most_cdev");
        if (IS_ERR(comp.class))
                return PTR_ERR(comp.class);