|
@@ -1340,7 +1340,8 @@ static int asus_hotk_get_info(void)
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|
|
hotk->methods = &model_conf[hotk->model];
|
|
hotk->methods = &model_conf[hotk->model];
|
|
- return AE_OK;
|
|
|
|
|
|
+ kfree(model);
|
|
|
|
+ return 0;
|
|
}
|
|
}
|
|
hotk->methods = &model_conf[hotk->model];
|
|
hotk->methods = &model_conf[hotk->model];
|
|
printk(KERN_NOTICE " %s model detected, supported\n", string);
|
|
printk(KERN_NOTICE " %s model detected, supported\n", string);
|
|
@@ -1374,7 +1375,7 @@ static int asus_hotk_get_info(void)
|
|
|
|
|
|
kfree(model);
|
|
kfree(model);
|
|
|
|
|
|
- return AE_OK;
|
|
|
|
|
|
+ return 0;
|
|
}
|
|
}
|
|
|
|
|
|
static int asus_hotk_check(void)
|
|
static int asus_hotk_check(void)
|