diff options
Diffstat (limited to 'drivers/most/most_cdev.c')
| -rw-r--r-- | drivers/most/most_cdev.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/most/most_cdev.c b/drivers/most/most_cdev.c index 4ee536980f71..3ed8f461e01e 100644 --- a/drivers/most/most_cdev.c +++ b/drivers/most/most_cdev.c @@ -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);  |