hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/lib/test_kmod.c
....@@ -204,7 +204,7 @@
204204 case TEST_KMOD_DRIVER:
205205 break;
206206 case TEST_KMOD_FS_TYPE:
207
- if (info && info->fs_sync && info->fs_sync->owner)
207
+ if (info->fs_sync && info->fs_sync->owner)
208208 module_put(info->fs_sync->owner);
209209 break;
210210 default:
....@@ -1155,6 +1155,7 @@
11551155 if (ret) {
11561156 pr_err("could not register misc device: %d\n", ret);
11571157 free_test_dev_kmod(test_dev);
1158
+ test_dev = NULL;
11581159 goto out;
11591160 }
11601161